Html Css Color HEX #BBFCEC Water Leaf

📋 copy color: '#BBFCEC'

red 187 ◦ green 252 ◦ blue 236

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

Shades of Water Leaf #BBFCEC

Tints of Water Leaf #BBFCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.33%

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 27.7%
G = 37.33%
B = 34.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BBFCEC (or 0xBBFCEC) is known color: Water Leaf. HEX triplet: BB, FC and EC. RGB value is (187,252,236). Sum of RGB (Red+Green+Blue) = 187+252+236=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCEC is #440313. Grayscale: #E6E6E6. Windows color (decimal): -4457236 or 15531195. OLE color: 15531195.

HSL color Cylindrical-coordinate representation of color #BBFCEC: hue angle of 165.23º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCEC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 236 -
CMYK 0.26 0 0.06 0.01
HSL 165.23º 0.92% 0.86% -
HSV(B) 165.23º 0.26% 0.99% -
XYZ 70.44 86.24 92.29 -
YUV 230.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 187 252 236 0.26 0 0.06 0.01 165.23 0.92 0.86
Hex BB FC EC 1A 0 6 1 A5 5C 56
Octal 273 374 354 32 0 6 1 245 134 126
Binary 10111011 11111100 11101100 11010 0 110 1 10100101 1011100 1010110

Color Harmonies of #BBFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCEC

Black with #BBFCEC

Text Example


Text Example

White with #BBFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCEC; }

 p { color: rgb(187,252,236); }

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

background-color css

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

 a { background-color: rgb(187,252,236); }

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

border-color css

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

 span { border-color: rgb(187,252,236); }

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