Html Css Color HEX #BBFCEA Water Leaf

📋 copy color: '#BBFCEA'

red 187 ◦ green 252 ◦ blue 234

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

Shades of Water Leaf #BBFCEA

Tints of Water Leaf #BBFCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 27.79%
G = 37.44%
B = 34.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#BBFCEA (or 0xBBFCEA) is known color: Water Leaf. HEX triplet: BB, FC and EA. RGB value is (187,252,234). Sum of RGB (Red+Green+Blue) = 187+252+234=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCEA is #440315. Grayscale: #E6E6E6. Windows color (decimal): -4457238 or 15400123. OLE color: 15400123.

HSL color Cylindrical-coordinate representation of color #BBFCEA: hue angle of 163.38º 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 #BBFCEA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 234 -
CMYK 0.26 0 0.07 0.01
HSL 163.38º 0.92% 0.86% -
HSV(B) 163.38º 0.26% 0.99% -
XYZ 70.16 86.13 90.77 -
YUV 230.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 187 252 234 0.26 0 0.07 0.01 163.38 0.92 0.86
Hex BB FC EA 1A 0 7 1 A3 5C 56
Octal 273 374 352 32 0 7 1 243 134 126
Binary 10111011 11111100 11101010 11010 0 111 1 10100011 1011100 1010110

Color Harmonies of #BBFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCEA

Black with #BBFCEA

Text Example


Text Example

White with #BBFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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