Html Css Color HEX #BCF0E7 Water Leaf

📋 copy color: '#BCF0E7'

red 188 ◦ green 240 ◦ blue 231

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

Shades of Water Leaf #BCF0E7

Tints of Water Leaf #BCF0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.05%

R = 28.53%
G = 36.42%
B = 35.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BCF0E7 (or 0xBCF0E7) is known color: Water Leaf. HEX triplet: BC, F0 and E7. RGB value is (188,240,231). Sum of RGB (Red+Green+Blue) = 188+240+231=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0E7 is #430F18. Grayscale: #DFDFDF. Windows color (decimal): -4394777 or 15200444. OLE color: 15200444.

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

Color convert

RGB 188 240 231 -
CMYK 0.22 0 0.04 0.06
HSL 169.62º 0.63% 0.84% -
HSV(B) 169.62º 0.22% 0.94% -
XYZ 66.32 78.78 87.31 -
YUV 223.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 188 240 231 0.22 0 0.04 0.06 169.62 0.63 0.84
Hex BC F0 E7 16 0 4 6 AA 3F 54
Octal 274 360 347 26 0 4 6 252 77 124
Binary 10111100 11110000 11100111 10110 0 100 110 10101010 111111 1010100

Color Harmonies of #BCF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0E7

Black with #BCF0E7

Text Example


Text Example

White with #BCF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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