Html Css Color HEX #BBDDB6 Surf Crest

📋 copy color: '#BBDDB6'

red 187 ◦ green 221 ◦ blue 182

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

Shades of Surf Crest #BBDDB6

Tints of Surf Crest #BBDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 31.69%
G = 37.46%
B = 30.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#BBDDB6 (or 0xBBDDB6) is known color: Surf Crest. HEX triplet: BB, DD and B6. RGB value is (187,221,182). Sum of RGB (Red+Green+Blue) = 187+221+182=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB6 is #442249. Grayscale: #CECECE. Windows color (decimal): -4465226 or 11984315. OLE color: 11984315.

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

Color convert

RGB 187 221 182 -
CMYK 0.15 0 0.18 0.13
HSL 112.31º 0.36% 0.79% -
HSV(B) 112.31º 0.18% 0.87% -
XYZ 54.79 65.66 54.04 -
YUV 206.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 187 221 182 0.15 0 0.18 0.13 112.31 0.36 0.79
Hex BB DD B6 F 0 12 D 70 24 4F
Octal 273 335 266 17 0 22 15 160 44 117
Binary 10111011 11011101 10110110 1111 0 10010 1101 1110000 100100 1001111

Color Harmonies of #BBDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDB6

Black with #BBDDB6

Text Example


Text Example

White with #BBDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDB6; }

 p { color: rgb(187,221,182); }

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

background-color css

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

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

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

border-color css

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

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

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