Html Css Color HEX #BDE2DF Jagged Ice

📋 copy color: '#BDE2DF'

red 189 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #BDE2DF

Tints of Jagged Ice #BDE2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 29.62%
G = 35.42%
B = 34.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BDE2DF (or 0xBDE2DF) is known color: Jagged Ice. HEX triplet: BD, E2 and DF. RGB value is (189,226,223). Sum of RGB (Red+Green+Blue) = 189+226+223=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DF is #421D20. Grayscale: #D6D6D6. Windows color (decimal): -4332833 or 14672573. OLE color: 14672573.

HSL color Cylindrical-coordinate representation of color #BDE2DF: hue angle of 175.14º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2DF is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 223 -
CMYK 0.16 0 0.01 0.11
HSL 175.14º 0.39% 0.81% -
HSV(B) 175.14º 0.16% 0.89% -
XYZ 61.5 70.54 80.19 -
YUV 214.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 189 226 223 0.16 0 0.01 0.11 175.14 0.39 0.81
Hex BD E2 DF 10 0 1 B AF 27 51
Octal 275 342 337 20 0 1 13 257 47 121
Binary 10111101 11100010 11011111 10000 0 1 1011 10101111 100111 1010001

Color Harmonies of #BDE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2DF

Black with #BDE2DF

Text Example


Text Example

White with #BDE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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