Html Css Color HEX #BCEFE6 Water Leaf

📋 copy color: '#BCEFE6'

red 188 ◦ green 239 ◦ blue 230

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

Shades of Water Leaf #BCEFE6

Tints of Water Leaf #BCEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

 BLUE value IS 230 (90.23% from 255) = 35.01%

R = 28.61%
G = 36.38%
B = 35.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BCEFE6 (or 0xBCEFE6) is known color: Water Leaf. HEX triplet: BC, EF and E6. RGB value is (188,239,230). Sum of RGB (Red+Green+Blue) = 188+239+230=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFE6 is #431019. Grayscale: #DEDEDE. Windows color (decimal): -4395034 or 15134652. OLE color: 15134652.

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

Color convert

RGB 188 239 230 -
CMYK 0.21 0 0.04 0.06
HSL 169.41º 0.61% 0.84% -
HSV(B) 169.41º 0.21% 0.94% -
XYZ 65.89 78.14 86.47 -
YUV 222.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 188 239 230 0.21 0 0.04 0.06 169.41 0.61 0.84
Hex BC EF E6 15 0 4 6 A9 3D 54
Octal 274 357 346 25 0 4 6 251 75 124
Binary 10111100 11101111 11100110 10101 0 100 110 10101001 111101 1010100

Color Harmonies of #BCEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE6

Black with #BCEFE6

Text Example


Text Example

White with #BCEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE6; }

 p { color: rgb(188,239,230); }

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

background-color css

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

 a { background-color: rgb(188,239,230); }

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

border-color css

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

 span { border-color: rgb(188,239,230); }

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