Html Css Color HEX #BBDFB6 Surf Crest

📋 copy color: '#BBDFB6'

red 187 ◦ green 223 ◦ blue 182

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

Shades of Surf Crest #BBDFB6

Tints of Surf Crest #BBDFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

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

R = 31.59%
G = 37.67%
B = 30.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#BBDFB6 (or 0xBBDFB6) is known color: Surf Crest. HEX triplet: BB, DF and B6. RGB value is (187,223,182). Sum of RGB (Red+Green+Blue) = 187+223+182=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFB6 is #442049. Grayscale: #CFCFCF. Windows color (decimal): -4464714 or 11984827. OLE color: 11984827.

HSL color Cylindrical-coordinate representation of color #BBDFB6: hue angle of 112.68º degrees, saturation: 0.39, 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 #BBDFB6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 182 -
CMYK 0.16 0 0.18 0.13
HSL 112.68º 0.39% 0.79% -
HSV(B) 112.68º 0.18% 0.87% -
XYZ 55.32 66.72 54.22 -
YUV 207.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 187 223 182 0.16 0 0.18 0.13 112.68 0.39 0.79
Hex BB DF B6 10 0 12 D 71 27 4F
Octal 273 337 266 20 0 22 15 161 47 117
Binary 10111011 11011111 10110110 10000 0 10010 1101 1110001 100111 1001111

Color Harmonies of #BBDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFB6

Black with #BBDFB6

Text Example


Text Example

White with #BBDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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