Html Css Color HEX #BCE1DD Jagged Ice

📋 copy color: '#BCE1DD'

red 188 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #BCE1DD

Tints of Jagged Ice #BCE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 29.65%
G = 35.49%
B = 34.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BCE1DD (or 0xBCE1DD) is known color: Jagged Ice. HEX triplet: BC, E1 and DD. RGB value is (188,225,221). Sum of RGB (Red+Green+Blue) = 188+225+221=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DD is #431E22. Grayscale: #D5D5D5. Windows color (decimal): -4398627 or 14541244. OLE color: 14541244.

HSL color Cylindrical-coordinate representation of color #BCE1DD: hue angle of 173.51º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1DD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 221 -
CMYK 0.16 0 0.02 0.12
HSL 173.51º 0.38% 0.81% -
HSV(B) 173.51º 0.16% 0.88% -
XYZ 60.72 69.76 78.67 -
YUV 213.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 188 225 221 0.16 0 0.02 0.12 173.51 0.38 0.81
Hex BC E1 DD 10 0 2 C AE 26 51
Octal 274 341 335 20 0 2 14 256 46 121
Binary 10111100 11100001 11011101 10000 0 10 1100 10101110 100110 1010001

Color Harmonies of #BCE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1DD

Black with #BCE1DD

Text Example


Text Example

White with #BCE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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