Html Css Color HEX #BBFDEB Water Leaf

📋 copy color: '#BBFDEB'

red 187 ◦ green 253 ◦ blue 235

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

Shades of Water Leaf #BBFDEB

Tints of Water Leaf #BBFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.48%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 27.7%
G = 37.48%
B = 34.81%

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

#BBFDEB (or 0xBBFDEB) is known color: Water Leaf. HEX triplet: BB, FD and EB. RGB value is (187,253,235). Sum of RGB (Red+Green+Blue) = 187+253+235=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEB is #440214. Grayscale: #E7E7E7. Windows color (decimal): -4456981 or 15465915. OLE color: 15465915.

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

Color convert

RGB 187 253 235 -
CMYK 0.26 0 0.07 0.01
HSL 163.64º 0.94% 0.86% -
HSV(B) 163.64º 0.26% 0.99% -
XYZ 70.61 86.81 91.63 -
YUV 231.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 187 253 235 0.26 0 0.07 0.01 163.64 0.94 0.86
Hex BB FD EB 1A 0 7 1 A4 5E 56
Octal 273 375 353 32 0 7 1 244 136 126
Binary 10111011 11111101 11101011 11010 0 111 1 10100100 1011110 1010110

Color Harmonies of #BBFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDEB

Black with #BBFDEB

Text Example


Text Example

White with #BBFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDEB; }

 p { color: rgb(187,253,235); }

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

background-color css

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

 a { background-color: rgb(187,253,235); }

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

border-color css

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

 span { border-color: rgb(187,253,235); }

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