Html Css Color HEX #BBFDE8 Water Leaf

📋 copy color: '#BBFDE8'

red 187 ◦ green 253 ◦ blue 232

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

Shades of Water Leaf #BBFDE8

Tints of Water Leaf #BBFDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 27.83%
G = 37.65%
B = 34.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#BBFDE8 (or 0xBBFDE8) is known color: Water Leaf. HEX triplet: BB, FD and E8. RGB value is (187,253,232). Sum of RGB (Red+Green+Blue) = 187+253+232=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDE8 is #440217. Grayscale: #E6E6E6. Windows color (decimal): -4456984 or 15269307. OLE color: 15269307.

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

Color convert

RGB 187 253 232 -
CMYK 0.26 0 0.08 0.01
HSL 160.91º 0.94% 0.86% -
HSV(B) 160.91º 0.26% 0.99% -
XYZ 70.18 86.64 89.37 -
YUV 230.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 187 253 232 0.26 0 0.08 0.01 160.91 0.94 0.86
Hex BB FD E8 1A 0 8 1 A1 5E 56
Octal 273 375 350 32 0 10 1 241 136 126
Binary 10111011 11111101 11101000 11010 0 1000 1 10100001 1011110 1010110

Color Harmonies of #BBFDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE8

Black with #BBFDE8

Text Example


Text Example

White with #BBFDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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