Html Css Color HEX #BBCCBB Paris White

📋 copy color: '#BBCCBB'

red 187 ◦ green 204 ◦ blue 187

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

Shades of Paris White #BBCCBB

Tints of Paris White #BBCCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

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

R = 32.35%
G = 35.29%
B = 32.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#BBCCBB (or 0xBBCCBB) is known color: Paris White. HEX triplet: BB, CC and BB. RGB value is (187,204,187). Sum of RGB (Red+Green+Blue) = 187+204+187=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBB is #443344. Grayscale: #C5C5C5. Windows color (decimal): -4469573 or 12307643. OLE color: 12307643.

HSL color Cylindrical-coordinate representation of color #BBCCBB: hue angle of 120º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCBB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 187 -
CMYK 0.08 0 0.08 0.2
HSL 120º 0.14% 0.77% -
HSV(B) 120º 0.08% 0.8% -
XYZ 51.06 57.34 55.39 -
YUV 196.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 187 204 187 0.08 0 0.08 0.2 120 0.14 0.77
Hex BB CC BB 8 0 8 14 78 E 4D
Octal 273 314 273 10 0 10 24 170 16 115
Binary 10111011 11001100 10111011 1000 0 1000 10100 1111000 1110 1001101

Color Harmonies of #BBCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCBB

Black with #BBCCBB

Text Example


Text Example

White with #BBCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCBB; }

 p { color: rgb(187,204,187); }

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

background-color css

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

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

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

border-color css

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

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

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