Html Css Color HEX #BBD4BA Surf

📋 copy color: '#BBD4BA'

red 187 ◦ green 212 ◦ blue 186

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

Shades of Surf #BBD4BA

Tints of Surf #BBD4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 31.97%
G = 36.24%
B = 31.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BBD4BA (or 0xBBD4BA) is known color: Surf. HEX triplet: BB, D4 and BA. RGB value is (187,212,186). Sum of RGB (Red+Green+Blue) = 187+212+186=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BA is #442B45. Grayscale: #C9C9C9. Windows color (decimal): -4467526 or 12244155. OLE color: 12244155.

HSL color Cylindrical-coordinate representation of color #BBD4BA: hue angle of 117.69º 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 #BBD4BA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 186 -
CMYK 0.12 0 0.12 0.17
HSL 117.69º 0.23% 0.78% -
HSV(B) 117.69º 0.12% 0.83% -
XYZ 52.9 61.2 55.48 -
YUV 201.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 187 212 186 0.12 0 0.12 0.17 117.69 0.23 0.78
Hex BB D4 BA C 0 C 11 76 17 4E
Octal 273 324 272 14 0 14 21 166 27 116
Binary 10111011 11010100 10111010 1100 0 1100 10001 1110110 10111 1001110

Color Harmonies of #BBD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4BA

Black with #BBD4BA

Text Example


Text Example

White with #BBD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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