Html Css Color HEX #BDE0DC Jagged Ice

📋 copy color: '#BDE0DC'

red 189 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #BDE0DC

Tints of Jagged Ice #BDE0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.39%

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

R = 29.86%
G = 35.39%
B = 34.76%

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

#BDE0DC (or 0xBDE0DC) is known color: Jagged Ice. HEX triplet: BD, E0 and DC. RGB value is (189,224,220). Sum of RGB (Red+Green+Blue) = 189+224+220=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DC is #421F23. Grayscale: #D5D5D5. Windows color (decimal): -4333348 or 14475453. OLE color: 14475453.

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

Color convert

RGB 189 224 220 -
CMYK 0.16 0 0.02 0.12
HSL 173.14º 0.36% 0.81% -
HSV(B) 173.14º 0.16% 0.88% -
XYZ 60.56 69.3 77.89 -
YUV 213.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 189 224 220 0.16 0 0.02 0.12 173.14 0.36 0.81
Hex BD E0 DC 10 0 2 C AD 24 51
Octal 275 340 334 20 0 2 14 255 44 121
Binary 10111101 11100000 11011100 10000 0 10 1100 10101101 100100 1010001

Color Harmonies of #BDE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0DC

Black with #BDE0DC

Text Example


Text Example

White with #BDE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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