Html Css Color HEX #BCECE6 Water Leaf

📋 copy color: '#BCECE6'

red 188 ◦ green 236 ◦ blue 230

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

Shades of Water Leaf #BCECE6

Tints of Water Leaf #BCECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.09%

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

R = 28.75%
G = 36.09%
B = 35.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BCECE6 (or 0xBCECE6) is known color: Water Leaf. HEX triplet: BC, EC and E6. RGB value is (188,236,230). Sum of RGB (Red+Green+Blue) = 188+236+230=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECE6 is #431319. Grayscale: #DCDCDC. Windows color (decimal): -4395802 or 15133884. OLE color: 15133884.

HSL color Cylindrical-coordinate representation of color #BCECE6: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECE6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 230 -
CMYK 0.20 0 0.03 0.07
HSL 172.5º 0.56% 0.83% -
HSV(B) 172.5º 0.2% 0.93% -
XYZ 65.02 76.4 86.18 -
YUV 220.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 188 236 230 0.20 0 0.03 0.07 172.5 0.56 0.83
Hex BC EC E6 14 0 3 7 AC 38 53
Octal 274 354 346 24 0 3 7 254 70 123
Binary 10111100 11101100 11100110 10100 0 11 111 10101100 111000 1010011

Color Harmonies of #BCECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE6

Black with #BCECE6

Text Example


Text Example

White with #BCECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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