Html Css Color HEX #BBCEBF Surf

📋 copy color: '#BBCEBF'

red 187 ◦ green 206 ◦ blue 191

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

Shades of Surf #BBCEBF

Tints of Surf #BBCEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 32.02%
G = 35.27%
B = 32.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#BBCEBF (or 0xBBCEBF) is known color: Surf. HEX triplet: BB, CE and BF. RGB value is (187,206,191). Sum of RGB (Red+Green+Blue) = 187+206+191=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBF is #443140. Grayscale: #C6C6C6. Windows color (decimal): -4469057 or 12570299. OLE color: 12570299.

HSL color Cylindrical-coordinate representation of color #BBCEBF: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEBF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 206 191 -
CMYK 0.09 0 0.07 0.19
HSL 132.63º 0.16% 0.77% -
HSV(B) 132.63º 0.09% 0.81% -
XYZ 51.97 58.47 57.84 -
YUV 198.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 187 206 191 0.09 0 0.07 0.19 132.63 0.16 0.77
Hex BB CE BF 9 0 7 13 85 10 4D
Octal 273 316 277 11 0 7 23 205 20 115
Binary 10111011 11001110 10111111 1001 0 111 10011 10000101 10000 1001101

Color Harmonies of #BBCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEBF

Black with #BBCEBF

Text Example


Text Example

White with #BBCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEBF; }

 p { color: rgb(187,206,191); }

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

background-color css

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

 a { background-color: rgb(187,206,191); }

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

border-color css

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

 span { border-color: rgb(187,206,191); }

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