Html Css Color HEX #BDE5E0 Jagged Ice

📋 copy color: '#BDE5E0'

red 189 ◦ green 229 ◦ blue 224

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

Shades of Jagged Ice #BDE5E0

Tints of Jagged Ice #BDE5E0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.67%

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 29.44%
G = 35.67%
B = 34.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#BDE5E0 (or 0xBDE5E0) is known color: Jagged Ice. HEX triplet: BD, E5 and E0. RGB value is (189,229,224). Sum of RGB (Red+Green+Blue) = 189+229+224=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5E0 is #421A1F. Grayscale: #D8D8D8. Windows color (decimal): -4332064 or 14738877. OLE color: 14738877.

HSL color Cylindrical-coordinate representation of color #BDE5E0: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE5E0 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 224 -
CMYK 0.17 0 0.02 0.10
HSL 172.5º 0.43% 0.82% -
HSV(B) 172.5º 0.17% 0.9% -
XYZ 62.46 72.24 81.17 -
YUV 216.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 189 229 224 0.17 0 0.02 0.10 172.5 0.43 0.82
Hex BD E5 E0 11 0 2 A AC 2B 52
Octal 275 345 340 21 0 2 12 254 53 122
Binary 10111101 11100101 11100000 10001 0 10 1010 10101100 101011 1010010

Color Harmonies of #BDE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE5E0

Black with #BDE5E0

Text Example


Text Example

White with #BDE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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