Html Css Color HEX #BBCCB5 Surf Crest

📋 copy color: '#BBCCB5'

red 187 ◦ green 204 ◦ blue 181

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

Shades of Surf Crest #BBCCB5

Tints of Surf Crest #BBCCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.64%

R = 32.69%
G = 35.66%
B = 31.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#BBCCB5 (or 0xBBCCB5) is known color: Surf Crest. HEX triplet: BB, CC and B5. RGB value is (187,204,181). Sum of RGB (Red+Green+Blue) = 187+204+181=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCB5 is #44334A. Grayscale: #C4C4C4. Windows color (decimal): -4469579 or 11914427. OLE color: 11914427.

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

Color convert

RGB 187 204 181 -
CMYK 0.08 0 0.11 0.2
HSL 104.35º 0.18% 0.75% -
HSV(B) 104.35º 0.11% 0.8% -
XYZ 50.43 57.09 52.08 -
YUV 196.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 187 204 181 0.08 0 0.11 0.2 104.35 0.18 0.75
Hex BB CC B5 8 0 B 14 68 12 4B
Octal 273 314 265 10 0 13 24 150 22 113
Binary 10111011 11001100 10110101 1000 0 1011 10100 1101000 10010 1001011

Color Harmonies of #BBCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCB5

Black with #BBCCB5

Text Example


Text Example

White with #BBCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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