Html Css Color HEX #BCF0DD Water Leaf

📋 copy color: '#BCF0DD'

red 188 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #BCF0DD

Tints of Water Leaf #BCF0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.05%

R = 28.97%
G = 36.98%
B = 34.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BCF0DD (or 0xBCF0DD) is known color: Water Leaf. HEX triplet: BC, F0 and DD. RGB value is (188,240,221). Sum of RGB (Red+Green+Blue) = 188+240+221=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0DD is #430F22. Grayscale: #DEDEDE. Windows color (decimal): -4394787 or 14545084. OLE color: 14545084.

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

Color convert

RGB 188 240 221 -
CMYK 0.22 0 0.08 0.06
HSL 158.08º 0.63% 0.84% -
HSV(B) 158.08º 0.22% 0.94% -
XYZ 64.95 78.23 80.08 -
YUV 222.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 188 240 221 0.22 0 0.08 0.06 158.08 0.63 0.84
Hex BC F0 DD 16 0 8 6 9E 3F 54
Octal 274 360 335 26 0 10 6 236 77 124
Binary 10111100 11110000 11011101 10110 0 1000 110 10011110 111111 1010100

Color Harmonies of #BCF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0DD

Black with #BCF0DD

Text Example


Text Example

White with #BCF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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