Html Css Color HEX #BDEAE5 Jagged Ice

📋 copy color: '#BDEAE5'

red 189 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #BDEAE5

Tints of Jagged Ice #BDEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 229 (89.84% from 255) = 35.12%

R = 28.99%
G = 35.89%
B = 35.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BDEAE5 (or 0xBDEAE5) is known color: Jagged Ice. HEX triplet: BD, EA and E5. RGB value is (189,234,229). Sum of RGB (Red+Green+Blue) = 189+234+229=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE5 is #42151A. Grayscale: #DBDBDB. Windows color (decimal): -4330779 or 15067837. OLE color: 15067837.

HSL color Cylindrical-coordinate representation of color #BDEAE5: hue angle of 173.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAE5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 229 -
CMYK 0.19 0 0.02 0.08
HSL 173.33º 0.52% 0.83% -
HSV(B) 173.33º 0.19% 0.92% -
XYZ 64.55 75.32 85.27 -
YUV 219.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 189 234 229 0.19 0 0.02 0.08 173.33 0.52 0.83
Hex BD EA E5 13 0 2 8 AD 34 53
Octal 275 352 345 23 0 2 10 255 64 123
Binary 10111101 11101010 11100101 10011 0 10 1000 10101101 110100 1010011

Color Harmonies of #BDEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAE5

Black with #BDEAE5

Text Example


Text Example

White with #BDEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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