Html Css Color HEX #BCEBE6 Jagged Ice

📋 copy color: '#BCEBE6'

red 188 ◦ green 235 ◦ blue 230

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

Shades of Jagged Ice #BCEBE6

Tints of Jagged Ice #BCEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.99%

 BLUE value IS 230 (90.23% from 255) = 35.22%

R = 28.79%
G = 35.99%
B = 35.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BCEBE6 (or 0xBCEBE6) is known color: Jagged Ice. HEX triplet: BC, EB and E6. RGB value is (188,235,230). Sum of RGB (Red+Green+Blue) = 188+235+230=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBE6 is #431419. Grayscale: #DCDCDC. Windows color (decimal): -4396058 or 15133628. OLE color: 15133628.

HSL color Cylindrical-coordinate representation of color #BCEBE6: hue angle of 173.62º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBE6 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 230 -
CMYK 0.2 0 0.02 0.08
HSL 173.62º 0.54% 0.83% -
HSV(B) 173.62º 0.2% 0.92% -
XYZ 64.73 75.82 86.09 -
YUV 220.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 188 235 230 0.2 0 0.02 0.08 173.62 0.54 0.83
Hex BC EB E6 14 0 2 8 AE 36 53
Octal 274 353 346 24 0 2 10 256 66 123
Binary 10111100 11101011 11100110 10100 0 10 1000 10101110 110110 1010011

Color Harmonies of #BCEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBE6

Black with #BCEBE6

Text Example


Text Example

White with #BCEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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