Html Css Color HEX #BCE5E0 Jagged Ice

📋 copy color: '#BCE5E0'

red 188 ◦ green 229 ◦ blue 224

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

Shades of Jagged Ice #BCE5E0

Tints of Jagged Ice #BCE5E0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

 BLUE value IS 224 (87.89% from 255) = 34.95%

R = 29.33%
G = 35.73%
B = 34.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#BCE5E0 (or 0xBCE5E0) is known color: Jagged Ice. HEX triplet: BC, E5 and E0. RGB value is (188,229,224). Sum of RGB (Red+Green+Blue) = 188+229+224=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5E0 is #431A1F. Grayscale: #D8D8D8. Windows color (decimal): -4397600 or 14738876. OLE color: 14738876.

HSL color Cylindrical-coordinate representation of color #BCE5E0: hue angle of 172.68º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5E0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 224 -
CMYK 0.18 0 0.02 0.10
HSL 172.68º 0.44% 0.82% -
HSV(B) 172.68º 0.18% 0.9% -
XYZ 62.21 72.11 81.16 -
YUV 216.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 188 229 224 0.18 0 0.02 0.10 172.68 0.44 0.82
Hex BC E5 E0 12 0 2 A AD 2C 52
Octal 274 345 340 22 0 2 12 255 54 122
Binary 10111100 11100101 11100000 10010 0 10 1010 10101101 101100 1010010

Color Harmonies of #BCE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5E0

Black with #BCE5E0

Text Example


Text Example

White with #BCE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5E0; }

 p { color: rgb(188,229,224); }

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

background-color css

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

 a { background-color: rgb(188,229,224); }

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

border-color css

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

 span { border-color: rgb(188,229,224); }

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