Html Css Color HEX #BBD4B2 Surf Crest

📋 copy color: '#BBD4B2'

red 187 ◦ green 212 ◦ blue 178

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

Shades of Surf Crest #BBD4B2

Tints of Surf Crest #BBD4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

 BLUE value IS 178 (69.92% from 255) = 30.85%

R = 32.41%
G = 36.74%
B = 30.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#BBD4B2 (or 0xBBD4B2) is known color: Surf Crest. HEX triplet: BB, D4 and B2. RGB value is (187,212,178). Sum of RGB (Red+Green+Blue) = 187+212+178=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD4B2 is #442B4D. Grayscale: #C8C8C8. Windows color (decimal): -4467534 or 11719867. OLE color: 11719867.

HSL color Cylindrical-coordinate representation of color #BBD4B2: hue angle of 104.12º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD4B2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 178 -
CMYK 0.12 0 0.16 0.17
HSL 104.12º 0.28% 0.76% -
HSV(B) 104.12º 0.16% 0.83% -
XYZ 52.07 60.87 51.12 -
YUV 200.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 187 212 178 0.12 0 0.16 0.17 104.12 0.28 0.76
Hex BB D4 B2 C 0 10 11 68 1C 4C
Octal 273 324 262 14 0 20 21 150 34 114
Binary 10111011 11010100 10110010 1100 0 10000 10001 1101000 11100 1001100

Color Harmonies of #BBD4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4B2

Black with #BBD4B2

Text Example


Text Example

White with #BBD4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4B2; }

 p { color: rgb(187,212,178); }

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

background-color css

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

 a { background-color: rgb(187,212,178); }

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

border-color css

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

 span { border-color: rgb(187,212,178); }

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