Html Css Color HEX #BCEFDE Water Leaf

📋 copy color: '#BCEFDE'

red 188 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #BCEFDE

Tints of Water Leaf #BCEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 28.97%
G = 36.83%
B = 34.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BCEFDE (or 0xBCEFDE) is known color: Water Leaf. HEX triplet: BC, EF and DE. RGB value is (188,239,222). Sum of RGB (Red+Green+Blue) = 188+239+222=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFDE is #431021. Grayscale: #DDDDDD. Windows color (decimal): -4395042 or 14610364. OLE color: 14610364.

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

Color convert

RGB 188 239 222 -
CMYK 0.21 0 0.07 0.06
HSL 160º 0.61% 0.84% -
HSV(B) 160º 0.21% 0.94% -
XYZ 64.79 77.7 80.69 -
YUV 221.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 188 239 222 0.21 0 0.07 0.06 160 0.61 0.84
Hex BC EF DE 15 0 7 6 A0 3D 54
Octal 274 357 336 25 0 7 6 240 75 124
Binary 10111100 11101111 11011110 10101 0 111 110 10100000 111101 1010100

Color Harmonies of #BCEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFDE

Black with #BCEFDE

Text Example


Text Example

White with #BCEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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