Html Css Color HEX #BCF0DF Water Leaf

📋 copy color: '#BCF0DF'

red 188 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #BCF0DF

Tints of Water Leaf #BCF0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.25%

R = 28.88%
G = 36.87%
B = 34.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BCF0DF (or 0xBCF0DF) is known color: Water Leaf. HEX triplet: BC, F0 and DF. RGB value is (188,240,223). Sum of RGB (Red+Green+Blue) = 188+240+223=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0DF is #430F20. Grayscale: #DEDEDE. Windows color (decimal): -4394785 or 14676156. OLE color: 14676156.

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

Color convert

RGB 188 240 223 -
CMYK 0.22 0 0.07 0.06
HSL 160.38º 0.63% 0.84% -
HSV(B) 160.38º 0.22% 0.94% -
XYZ 65.22 78.34 81.5 -
YUV 222.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 188 240 223 0.22 0 0.07 0.06 160.38 0.63 0.84
Hex BC F0 DF 16 0 7 6 A0 3F 54
Octal 274 360 337 26 0 7 6 240 77 124
Binary 10111100 11110000 11011111 10110 0 111 110 10100000 111111 1010100

Color Harmonies of #BCF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0DF

Black with #BCF0DF

Text Example


Text Example

White with #BCF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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