Html Css Color HEX #BDE6E2 Jagged Ice

📋 copy color: '#BDE6E2'

red 189 ◦ green 230 ◦ blue 226

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

Shades of Jagged Ice #BDE6E2

Tints of Jagged Ice #BDE6E2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 29.3%
G = 35.66%
B = 35.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#BDE6E2 (or 0xBDE6E2) is known color: Jagged Ice. HEX triplet: BD, E6 and E2. RGB value is (189,230,226). Sum of RGB (Red+Green+Blue) = 189+230+226=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6E2 is #42191D. Grayscale: #D9D9D9. Windows color (decimal): -4331806 or 14870205. OLE color: 14870205.

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

Color convert

RGB 189 230 226 -
CMYK 0.18 0 0.02 0.10
HSL 174.15º 0.45% 0.82% -
HSV(B) 174.15º 0.18% 0.9% -
XYZ 63.01 72.9 82.7 -
YUV 217.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 189 230 226 0.18 0 0.02 0.10 174.15 0.45 0.82
Hex BD E6 E2 12 0 2 A AE 2D 52
Octal 275 346 342 22 0 2 12 256 55 122
Binary 10111101 11100110 11100010 10010 0 10 1010 10101110 101101 1010010

Color Harmonies of #BDE6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6E2

Black with #BDE6E2

Text Example


Text Example

White with #BDE6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6E2; }

 p { color: rgb(189,230,226); }

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

background-color css

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

 a { background-color: rgb(189,230,226); }

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

border-color css

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

 span { border-color: rgb(189,230,226); }

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