Html Css Color HEX #BCF0E8 Water Leaf

📋 copy color: '#BCF0E8'

red 188 ◦ green 240 ◦ blue 232

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

Shades of Water Leaf #BCF0E8

Tints of Water Leaf #BCF0E8

RGB

 RED value IS 188 (73.83% from 255) = 28.48%

 GREEN value IS 240 (94.14% from 255) = 36.36%

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

R = 28.48%
G = 36.36%
B = 35.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BCF0E8 (or 0xBCF0E8) is known color: Water Leaf. HEX triplet: BC, F0 and E8. RGB value is (188,240,232). Sum of RGB (Red+Green+Blue) = 188+240+232=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0E8 is #430F17. Grayscale: #DFDFDF. Windows color (decimal): -4394776 or 15265980. OLE color: 15265980.

HSL color Cylindrical-coordinate representation of color #BCF0E8: hue angle of 170.77º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0E8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 232 -
CMYK 0.22 0 0.03 0.06
HSL 170.77º 0.63% 0.84% -
HSV(B) 170.77º 0.22% 0.94% -
XYZ 66.46 78.84 88.06 -
YUV 223.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 188 240 232 0.22 0 0.03 0.06 170.77 0.63 0.84
Hex BC F0 E8 16 0 3 6 AB 3F 54
Octal 274 360 350 26 0 3 6 253 77 124
Binary 10111100 11110000 11101000 10110 0 11 110 10101011 111111 1010100

Color Harmonies of #BCF0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0E8

Black with #BCF0E8

Text Example


Text Example

White with #BCF0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0E8; }

 p { color: rgb(188,240,232); }

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

background-color css

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

 a { background-color: rgb(188,240,232); }

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

border-color css

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

 span { border-color: rgb(188,240,232); }

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