Html Css Color HEX #BBCABD Paris White

📋 copy color: '#BBCABD'

red 187 ◦ green 202 ◦ blue 189

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

Shades of Paris White #BBCABD

Tints of Paris White #BBCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.95%

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

R = 32.35%
G = 34.95%
B = 32.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#BBCABD (or 0xBBCABD) is known color: Paris White. HEX triplet: BB, CA and BD. RGB value is (187,202,189). Sum of RGB (Red+Green+Blue) = 187+202+189=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABD is #443542. Grayscale: #C4C4C4. Windows color (decimal): -4470083 or 12438203. OLE color: 12438203.

HSL color Cylindrical-coordinate representation of color #BBCABD: hue angle of 128º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCABD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 189 -
CMYK 0.07 0 0.06 0.21
HSL 128º 0.12% 0.76% -
HSV(B) 128º 0.07% 0.79% -
XYZ 50.8 56.48 56.37 -
YUV 196.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 187 202 189 0.07 0 0.06 0.21 128 0.12 0.76
Hex BB CA BD 7 0 6 15 80 C 4C
Octal 273 312 275 7 0 6 25 200 14 114
Binary 10111011 11001010 10111101 111 0 110 10101 10000000 1100 1001100

Color Harmonies of #BBCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCABD

Black with #BBCABD

Text Example


Text Example

White with #BBCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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