Html Css Color HEX #BCEFE7 Water Leaf

📋 copy color: '#BCEFE7'

red 188 ◦ green 239 ◦ blue 231

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

Shades of Water Leaf #BCEFE7

Tints of Water Leaf #BCEFE7

RGB

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

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

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

R = 28.57%
G = 36.32%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BCEFE7 (or 0xBCEFE7) is known color: Water Leaf. HEX triplet: BC, EF and E7. RGB value is (188,239,231). Sum of RGB (Red+Green+Blue) = 188+239+231=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFE7 is #431018. Grayscale: #DEDEDE. Windows color (decimal): -4395033 or 15200188. OLE color: 15200188.

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

Color convert

RGB 188 239 231 -
CMYK 0.21 0 0.03 0.06
HSL 170.59º 0.61% 0.84% -
HSV(B) 170.59º 0.21% 0.94% -
XYZ 66.03 78.19 87.21 -
YUV 222.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 188 239 231 0.21 0 0.03 0.06 170.59 0.61 0.84
Hex BC EF E7 15 0 3 6 AB 3D 54
Octal 274 357 347 25 0 3 6 253 75 124
Binary 10111100 11101111 11100111 10101 0 11 110 10101011 111101 1010100

Color Harmonies of #BCEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE7

Black with #BCEFE7

Text Example


Text Example

White with #BCEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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