Html Css Color HEX #BDE4E0 Jagged Ice

📋 copy color: '#BDE4E0'

red 189 ◦ green 228 ◦ blue 224

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

Shades of Jagged Ice #BDE4E0

Tints of Jagged Ice #BDE4E0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.57%

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

R = 29.49%
G = 35.57%
B = 34.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BDE4E0 (or 0xBDE4E0) is known color: Jagged Ice. HEX triplet: BD, E4 and E0. RGB value is (189,228,224). Sum of RGB (Red+Green+Blue) = 189+228+224=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E0 is #421B1F. Grayscale: #D7D7D7. Windows color (decimal): -4332320 or 14738621. OLE color: 14738621.

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

Color convert

RGB 189 228 224 -
CMYK 0.17 0 0.02 0.11
HSL 173.85º 0.42% 0.82% -
HSV(B) 173.85º 0.17% 0.89% -
XYZ 62.18 71.69 81.08 -
YUV 215.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 189 228 224 0.17 0 0.02 0.11 173.85 0.42 0.82
Hex BD E4 E0 11 0 2 B AE 2A 52
Octal 275 344 340 21 0 2 13 256 52 122
Binary 10111101 11100100 11100000 10001 0 10 1011 10101110 101010 1010010

Color Harmonies of #BDE4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE4E0

Black with #BDE4E0

Text Example


Text Example

White with #BDE4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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