Html Css Color HEX #BDE1DC Jagged Ice

📋 copy color: '#BDE1DC'

red 189 ◦ green 225 ◦ blue 220

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

Shades of Jagged Ice #BDE1DC

Tints of Jagged Ice #BDE1DC

RGB

 RED value IS 189 (74.22% from 255) = 29.81%

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 29.81%
G = 35.49%
B = 34.7%

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

#BDE1DC (or 0xBDE1DC) is known color: Jagged Ice. HEX triplet: BD, E1 and DC. RGB value is (189,225,220). Sum of RGB (Red+Green+Blue) = 189+225+220=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DC is #421E23. Grayscale: #D5D5D5. Windows color (decimal): -4333092 or 14475709. OLE color: 14475709.

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

Color convert

RGB 189 225 220 -
CMYK 0.16 0 0.02 0.12
HSL 171.67º 0.38% 0.81% -
HSV(B) 171.67º 0.16% 0.88% -
XYZ 60.83 69.84 77.98 -
YUV 213.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 189 225 220 0.16 0 0.02 0.12 171.67 0.38 0.81
Hex BD E1 DC 10 0 2 C AC 26 51
Octal 275 341 334 20 0 2 14 254 46 121
Binary 10111101 11100001 11011100 10000 0 10 1100 10101100 100110 1010001

Color Harmonies of #BDE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1DC

Black with #BDE1DC

Text Example


Text Example

White with #BDE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1DC; }

 p { color: rgb(189,225,220); }

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

background-color css

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

 a { background-color: rgb(189,225,220); }

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

border-color css

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

 span { border-color: rgb(189,225,220); }

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