Html Css Color HEX #BCE4E1 Jagged Ice

📋 copy color: '#BCE4E1'

red 188 ◦ green 228 ◦ blue 225

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

Shades of Jagged Ice #BCE4E1

Tints of Jagged Ice #BCE4E1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.57%

 BLUE value IS 225 (88.28% from 255) = 35.1%

R = 29.33%
G = 35.57%
B = 35.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BCE4E1 (or 0xBCE4E1) is known color: Jagged Ice. HEX triplet: BC, E4 and E1. RGB value is (188,228,225). Sum of RGB (Red+Green+Blue) = 188+228+225=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4E1 is #431B1E. Grayscale: #D7D7D7. Windows color (decimal): -4397855 or 14804156. OLE color: 14804156.

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

Color convert

RGB 188 228 225 -
CMYK 0.18 0 0.01 0.11
HSL 175.5º 0.43% 0.82% -
HSV(B) 175.5º 0.18% 0.89% -
XYZ 62.07 71.61 81.79 -
YUV 215.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 188 228 225 0.18 0 0.01 0.11 175.5 0.43 0.82
Hex BC E4 E1 12 0 1 B B0 2B 52
Octal 274 344 341 22 0 1 13 260 53 122
Binary 10111100 11100100 11100001 10010 0 1 1011 10110000 101011 1010010

Color Harmonies of #BCE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4E1

Black with #BCE4E1

Text Example


Text Example

White with #BCE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4E1; }

 p { color: rgb(188,228,225); }

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

background-color css

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

 a { background-color: rgb(188,228,225); }

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

border-color css

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

 span { border-color: rgb(188,228,225); }

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