Html Css Color HEX #BBCCB4 Surf Crest

📋 copy color: '#BBCCB4'

red 187 ◦ green 204 ◦ blue 180

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

Shades of Surf Crest #BBCCB4

Tints of Surf Crest #BBCCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 32.75%
G = 35.73%
B = 31.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#BBCCB4 (or 0xBBCCB4) is known color: Surf Crest. HEX triplet: BB, CC and B4. RGB value is (187,204,180). Sum of RGB (Red+Green+Blue) = 187+204+180=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCB4 is #44334B. Grayscale: #C4C4C4. Windows color (decimal): -4469580 or 11848891. OLE color: 11848891.

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

Color convert

RGB 187 204 180 -
CMYK 0.08 0 0.12 0.2
HSL 102.5º 0.19% 0.75% -
HSV(B) 102.5º 0.12% 0.8% -
XYZ 50.32 57.05 51.54 -
YUV 196.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 187 204 180 0.08 0 0.12 0.2 102.5 0.19 0.75
Hex BB CC B4 8 0 C 14 66 13 4B
Octal 273 314 264 10 0 14 24 146 23 113
Binary 10111011 11001100 10110100 1000 0 1100 10100 1100110 10011 1001011

Color Harmonies of #BBCCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCB4

Black with #BBCCB4

Text Example


Text Example

White with #BBCCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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