Html Css Color HEX #BBFCED Water Leaf

📋 copy color: '#BBFCED'

red 187 ◦ green 252 ◦ blue 237

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

Shades of Water Leaf #BBFCED

Tints of Water Leaf #BBFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 27.66%
G = 37.28%
B = 35.06%

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

#BBFCED (or 0xBBFCED) is known color: Water Leaf. HEX triplet: BB, FC and ED. RGB value is (187,252,237). Sum of RGB (Red+Green+Blue) = 187+252+237=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCED is #440312. Grayscale: #E6E6E6. Windows color (decimal): -4457235 or 15596731. OLE color: 15596731.

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

Color convert

RGB 187 252 237 -
CMYK 0.26 0 0.06 0.01
HSL 166.15º 0.92% 0.86% -
HSV(B) 166.15º 0.26% 0.99% -
XYZ 70.59 86.3 93.06 -
YUV 230.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 187 252 237 0.26 0 0.06 0.01 166.15 0.92 0.86
Hex BB FC ED 1A 0 6 1 A6 5C 56
Octal 273 374 355 32 0 6 1 246 134 126
Binary 10111011 11111100 11101101 11010 0 110 1 10100110 1011100 1010110

Color Harmonies of #BBFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCED

Black with #BBFCED

Text Example


Text Example

White with #BBFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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