Html Css Color HEX #BBCEBD Paris White

📋 copy color: '#BBCEBD'

red 187 ◦ green 206 ◦ blue 189

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

Shades of Paris White #BBCEBD

Tints of Paris White #BBCEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

 BLUE value IS 189 (74.22% from 255) = 32.47%

R = 32.13%
G = 35.4%
B = 32.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#BBCEBD (or 0xBBCEBD) is known color: Paris White. HEX triplet: BB, CE and BD. RGB value is (187,206,189). Sum of RGB (Red+Green+Blue) = 187+206+189=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBD is #443142. Grayscale: #C6C6C6. Windows color (decimal): -4469059 or 12439227. OLE color: 12439227.

HSL color Cylindrical-coordinate representation of color #BBCEBD: hue angle of 126.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEBD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 206 189 -
CMYK 0.09 0 0.08 0.19
HSL 126.32º 0.16% 0.77% -
HSV(B) 126.32º 0.09% 0.81% -
XYZ 51.75 58.38 56.69 -
YUV 198.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 187 206 189 0.09 0 0.08 0.19 126.32 0.16 0.77
Hex BB CE BD 9 0 8 13 7E 10 4D
Octal 273 316 275 11 0 10 23 176 20 115
Binary 10111011 11001110 10111101 1001 0 1000 10011 1111110 10000 1001101

Color Harmonies of #BBCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEBD

Black with #BBCEBD

Text Example


Text Example

White with #BBCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEBD; }

 p { color: rgb(187,206,189); }

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

background-color css

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

 a { background-color: rgb(187,206,189); }

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

border-color css

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

 span { border-color: rgb(187,206,189); }

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