Html Css Color HEX #BCECE7 Jagged Ice

📋 copy color: '#BCECE7'

red 188 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #BCECE7

Tints of Jagged Ice #BCECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 28.7%
G = 36.03%
B = 35.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BCECE7 (or 0xBCECE7) is known color: Jagged Ice. HEX triplet: BC, EC and E7. RGB value is (188,236,231). Sum of RGB (Red+Green+Blue) = 188+236+231=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECE7 is #431318. Grayscale: #DDDDDD. Windows color (decimal): -4395801 or 15199420. OLE color: 15199420.

HSL color Cylindrical-coordinate representation of color #BCECE7: hue angle of 173.75º 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 #BCECE7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 231 -
CMYK 0.20 0 0.02 0.07
HSL 173.75º 0.56% 0.83% -
HSV(B) 173.75º 0.2% 0.93% -
XYZ 65.16 76.45 86.92 -
YUV 221.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 188 236 231 0.20 0 0.02 0.07 173.75 0.56 0.83
Hex BC EC E7 14 0 2 7 AE 38 53
Octal 274 354 347 24 0 2 7 256 70 123
Binary 10111100 11101100 11100111 10100 0 10 111 10101110 111000 1010011

Color Harmonies of #BCECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE7

Black with #BCECE7

Text Example


Text Example

White with #BCECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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