Html Css Color HEX #BDE6E3 Jagged Ice

📋 copy color: '#BDE6E3'

red 189 ◦ green 230 ◦ blue 227

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

Shades of Jagged Ice #BDE6E3

Tints of Jagged Ice #BDE6E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.14%

R = 29.26%
G = 35.6%
B = 35.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#BDE6E3 (or 0xBDE6E3) is known color: Jagged Ice. HEX triplet: BD, E6 and E3. RGB value is (189,230,227). Sum of RGB (Red+Green+Blue) = 189+230+227=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6E3 is #42191C. Grayscale: #D9D9D9. Windows color (decimal): -4331805 or 14935741. OLE color: 14935741.

HSL color Cylindrical-coordinate representation of color #BDE6E3: hue angle of 175.61º 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 #BDE6E3 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 227 -
CMYK 0.18 0 0.01 0.10
HSL 175.61º 0.45% 0.82% -
HSV(B) 175.61º 0.18% 0.9% -
XYZ 63.15 72.96 83.43 -
YUV 217.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 189 230 227 0.18 0 0.01 0.10 175.61 0.45 0.82
Hex BD E6 E3 12 0 1 A B0 2D 52
Octal 275 346 343 22 0 1 12 260 55 122
Binary 10111101 11100110 11100011 10010 0 1 1010 10110000 101101 1010010

Color Harmonies of #BDE6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6E3

Black with #BDE6E3

Text Example


Text Example

White with #BDE6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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