Html Css Color HEX #BCE6E3 Jagged Ice

📋 copy color: '#BCE6E3'

red 188 ◦ green 230 ◦ blue 227

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

Shades of Jagged Ice #BCE6E3

Tints of Jagged Ice #BCE6E3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

 BLUE value IS 227 (89.06% from 255) = 35.19%

R = 29.15%
G = 35.66%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#BCE6E3 (or 0xBCE6E3) is known color: Jagged Ice. HEX triplet: BC, E6 and E3. RGB value is (188,230,227). Sum of RGB (Red+Green+Blue) = 188+230+227=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6E3 is #43191C. Grayscale: #D9D9D9. Windows color (decimal): -4397341 or 14935740. OLE color: 14935740.

HSL color Cylindrical-coordinate representation of color #BCE6E3: hue angle of 175.71º degrees, saturation: 0.46, 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 #BCE6E3 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 227 -
CMYK 0.18 0 0.01 0.10
HSL 175.71º 0.46% 0.82% -
HSV(B) 175.71º 0.18% 0.9% -
XYZ 62.9 72.83 83.42 -
YUV 217.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 188 230 227 0.18 0 0.01 0.10 175.71 0.46 0.82
Hex BC E6 E3 12 0 1 A B0 2E 52
Octal 274 346 343 22 0 1 12 260 56 122
Binary 10111100 11100110 11100011 10010 0 1 1010 10110000 101110 1010010

Color Harmonies of #BCE6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6E3

Black with #BCE6E3

Text Example


Text Example

White with #BCE6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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