Html Css Color HEX #BDE7E4 Jagged Ice

📋 copy color: '#BDE7E4'

red 189 ◦ green 231 ◦ blue 228

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

Shades of Jagged Ice #BDE7E4

Tints of Jagged Ice #BDE7E4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.65%

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

R = 29.17%
G = 35.65%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#BDE7E4 (or 0xBDE7E4) is known color: Jagged Ice. HEX triplet: BD, E7 and E4. RGB value is (189,231,228). Sum of RGB (Red+Green+Blue) = 189+231+228=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7E4 is #42181B. Grayscale: #DADADA. Windows color (decimal): -4331548 or 15001533. OLE color: 15001533.

HSL color Cylindrical-coordinate representation of color #BDE7E4: hue angle of 175.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7E4 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 228 -
CMYK 0.18 0 0.01 0.09
HSL 175.71º 0.47% 0.82% -
HSV(B) 175.71º 0.18% 0.91% -
XYZ 63.57 73.57 84.25 -
YUV 218.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 189 231 228 0.18 0 0.01 0.09 175.71 0.47 0.82
Hex BD E7 E4 12 0 1 9 B0 2F 52
Octal 275 347 344 22 0 1 11 260 57 122
Binary 10111101 11100111 11100100 10010 0 1 1001 10110000 101111 1010010

Color Harmonies of #BDE7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7E4

Black with #BDE7E4

Text Example


Text Example

White with #BDE7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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