Html Css Color HEX #BBD4BE Surf

📋 copy color: '#BBD4BE'

red 187 ◦ green 212 ◦ blue 190

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

Shades of Surf #BBD4BE

Tints of Surf #BBD4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.26%

R = 31.75%
G = 35.99%
B = 32.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#BBD4BE (or 0xBBD4BE) is known color: Surf. HEX triplet: BB, D4 and BE. RGB value is (187,212,190). Sum of RGB (Red+Green+Blue) = 187+212+190=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BE is #442B41. Grayscale: #CACACA. Windows color (decimal): -4467522 or 12506299. OLE color: 12506299.

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

Color convert

RGB 187 212 190 -
CMYK 0.12 0 0.10 0.17
HSL 127.2º 0.23% 0.78% -
HSV(B) 127.2º 0.12% 0.83% -
XYZ 53.33 61.37 57.75 -
YUV 202.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 187 212 190 0.12 0 0.10 0.17 127.2 0.23 0.78
Hex BB D4 BE C 0 A 11 7F 17 4E
Octal 273 324 276 14 0 12 21 177 27 116
Binary 10111011 11010100 10111110 1100 0 1010 10001 1111111 10111 1001110

Color Harmonies of #BBD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4BE

Black with #BBD4BE

Text Example


Text Example

White with #BBD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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