Html Css Color HEX #BCE2DF Jagged Ice

📋 copy color: '#BCE2DF'

red 188 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #BCE2DF

Tints of Jagged Ice #BCE2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.48%

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

R = 29.51%
G = 35.48%
B = 35.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BCE2DF (or 0xBCE2DF) is known color: Jagged Ice. HEX triplet: BC, E2 and DF. RGB value is (188,226,223). Sum of RGB (Red+Green+Blue) = 188+226+223=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2DF is #431D20. Grayscale: #D6D6D6. Windows color (decimal): -4398369 or 14672572. OLE color: 14672572.

HSL color Cylindrical-coordinate representation of color #BCE2DF: hue angle of 175.26º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2DF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 223 -
CMYK 0.17 0 0.01 0.11
HSL 175.26º 0.4% 0.81% -
HSV(B) 175.26º 0.17% 0.89% -
XYZ 61.25 70.41 80.17 -
YUV 214.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 188 226 223 0.17 0 0.01 0.11 175.26 0.4 0.81
Hex BC E2 DF 11 0 1 B AF 28 51
Octal 274 342 337 21 0 1 13 257 50 121
Binary 10111100 11100010 11011111 10001 0 1 1011 10101111 101000 1010001

Color Harmonies of #BCE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2DF

Black with #BCE2DF

Text Example


Text Example

White with #BCE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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