Html Css Color HEX #BDE0DE Jagged Ice

📋 copy color: '#BDE0DE'

red 189 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #BDE0DE

Tints of Jagged Ice #BDE0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.96%

R = 29.76%
G = 35.28%
B = 34.96%

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

#BDE0DE (or 0xBDE0DE) is known color: Jagged Ice. HEX triplet: BD, E0 and DE. RGB value is (189,224,222). Sum of RGB (Red+Green+Blue) = 189+224+222=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DE is #421F21. Grayscale: #D5D5D5. Windows color (decimal): -4333346 or 14606525. OLE color: 14606525.

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

Color convert

RGB 189 224 222 -
CMYK 0.16 0 0.01 0.12
HSL 176.57º 0.36% 0.81% -
HSV(B) 176.57º 0.16% 0.88% -
XYZ 60.83 69.4 79.3 -
YUV 213.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 189 224 222 0.16 0 0.01 0.12 176.57 0.36 0.81
Hex BD E0 DE 10 0 1 C B1 24 51
Octal 275 340 336 20 0 1 14 261 44 121
Binary 10111101 11100000 11011110 10000 0 1 1100 10110001 100100 1010001

Color Harmonies of #BDE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0DE

Black with #BDE0DE

Text Example


Text Example

White with #BDE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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