Html Css Color HEX #BDE0DD Jagged Ice

📋 copy color: '#BDE0DD'

red 189 ◦ green 224 ◦ blue 221

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

Shades of Jagged Ice #BDE0DD

Tints of Jagged Ice #BDE0DD

RGB

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

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

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

R = 29.81%
G = 35.33%
B = 34.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BDE0DD (or 0xBDE0DD) is known color: Jagged Ice. HEX triplet: BD, E0 and DD. RGB value is (189,224,221). Sum of RGB (Red+Green+Blue) = 189+224+221=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DD is #421F22. Grayscale: #D5D5D5. Windows color (decimal): -4333347 or 14540989. OLE color: 14540989.

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

Color convert

RGB 189 224 221 -
CMYK 0.16 0 0.01 0.12
HSL 174.86º 0.36% 0.81% -
HSV(B) 174.86º 0.16% 0.88% -
XYZ 60.69 69.35 78.59 -
YUV 213.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 189 224 221 0.16 0 0.01 0.12 174.86 0.36 0.81
Hex BD E0 DD 10 0 1 C AF 24 51
Octal 275 340 335 20 0 1 14 257 44 121
Binary 10111101 11100000 11011101 10000 0 1 1100 10101111 100100 1010001

Color Harmonies of #BDE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0DD

Black with #BDE0DD

Text Example


Text Example

White with #BDE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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