Html Css Color HEX #BDEAE4 Jagged Ice

📋 copy color: '#BDEAE4'

red 189 ◦ green 234 ◦ blue 228

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

Shades of Jagged Ice #BDEAE4

Tints of Jagged Ice #BDEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.02%

R = 29.03%
G = 35.94%
B = 35.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BDEAE4 (or 0xBDEAE4) is known color: Jagged Ice. HEX triplet: BD, EA and E4. RGB value is (189,234,228). Sum of RGB (Red+Green+Blue) = 189+234+228=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE4 is #42151B. Grayscale: #DBDBDB. Windows color (decimal): -4330780 or 15002301. OLE color: 15002301.

HSL color Cylindrical-coordinate representation of color #BDEAE4: hue angle of 172º 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 #BDEAE4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 228 -
CMYK 0.19 0 0.03 0.08
HSL 172º 0.52% 0.83% -
HSV(B) 172º 0.19% 0.92% -
XYZ 64.41 75.27 84.53 -
YUV 219.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 189 234 228 0.19 0 0.03 0.08 172 0.52 0.83
Hex BD EA E4 13 0 3 8 AC 34 53
Octal 275 352 344 23 0 3 10 254 64 123
Binary 10111101 11101010 11100100 10011 0 11 1000 10101100 110100 1010011

Color Harmonies of #BDEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAE4

Black with #BDEAE4

Text Example


Text Example

White with #BDEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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