Html Css Color HEX #BBCDBE Paris White

📋 copy color: '#BBCDBE'

red 187 ◦ green 205 ◦ blue 190

#BBCDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris White #BBCDBE

Tints of Paris White #BBCDBE

RGB

 RED value IS 187 (73.44% from 255) = 32.13%

 GREEN value IS 205 (80.47% from 255) = 35.22%

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 32.13%
G = 35.22%
B = 32.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBCDBE (or 0xBBCDBE) is known color: Paris White. HEX triplet: BB, CD and BE. RGB value is (187,205,190). Sum of RGB (Red+Green+Blue) = 187+205+190=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDBE is #443241. Grayscale: #C5C5C5. Windows color (decimal): -4469314 or 12504507. OLE color: 12504507.

HSL color Cylindrical-coordinate representation of color #BBCDBE: hue angle of 130º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDBE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 190 -
CMYK 0.09 0 0.07 0.20
HSL 130º 0.15% 0.77% -
HSV(B) 130º 0.09% 0.8% -
XYZ 51.62 57.95 57.18 -
YUV 197.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 187 205 190 0.09 0 0.07 0.20 130 0.15 0.77
Hex BB CD BE 9 0 7 14 82 F 4D
Octal 273 315 276 11 0 7 24 202 17 115
Binary 10111011 11001101 10111110 1001 0 111 10100 10000010 1111 1001101

Color Harmonies of #BBCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDBE

Black with #BBCDBE

Text Example


Text Example

White with #BBCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDBE; }

 p { color: rgb(187,205,190); }

 H1.HeaderClassName
 {
   color: #BBCDBE;
 }
 .AnyTagClassName
 {
   color: #BBCDBE;
 }
</style>

background-color css

<style>
 a { background-color: #BBCDBE; }

 a { background-color: rgb(187,205,190); }

 div.DivClassName
 {
   background-color: #BBCDBE;
 }
 .BgClassName
 {
   background-color: #BBCDBE;
 }
</style>

border-color css

<style>
 span { border-color: #BBCDBE; }

 span { border-color: rgb(187,205,190); }

 td.TdClassName
 {
   border-color: #BBCDBE;
 }
 .TagClassName
 {
   border-color: #BBCDBE;
 }
</style>