Html Css Color HEX #BBDCB4 Surf Crest

📋 copy color: '#BBDCB4'

red 187 ◦ green 220 ◦ blue 180

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

Shades of Surf Crest #BBDCB4

Tints of Surf Crest #BBDCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 31.86%
G = 37.48%
B = 30.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#BBDCB4 (or 0xBBDCB4) is known color: Surf Crest. HEX triplet: BB, DC and B4. RGB value is (187,220,180). Sum of RGB (Red+Green+Blue) = 187+220+180=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCB4 is #44234B. Grayscale: #CDCDCD. Windows color (decimal): -4465484 or 11852987. OLE color: 11852987.

HSL color Cylindrical-coordinate representation of color #BBDCB4: hue angle of 109.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDCB4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 180 -
CMYK 0.15 0 0.18 0.14
HSL 109.5º 0.36% 0.78% -
HSV(B) 109.5º 0.18% 0.86% -
XYZ 54.32 65.05 52.87 -
YUV 205.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 187 220 180 0.15 0 0.18 0.14 109.5 0.36 0.78
Hex BB DC B4 F 0 12 E 6E 24 4E
Octal 273 334 264 17 0 22 16 156 44 116
Binary 10111011 11011100 10110100 1111 0 10010 1110 1101110 100100 1001110

Color Harmonies of #BBDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCB4

Black with #BBDCB4

Text Example


Text Example

White with #BBDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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