Html Css Color HEX #BFE4DE Jagged Ice

📋 copy color: '#BFE4DE'

red 191 ◦ green 228 ◦ blue 222

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

Shades of Jagged Ice #BFE4DE

Tints of Jagged Ice #BFE4DE

RGB

 RED value IS 191 (75% from 255) = 29.8%

 GREEN value IS 228 (89.45% from 255) = 35.57%

 BLUE value IS 222 (87.11% from 255) = 34.63%

R = 29.8%
G = 35.57%
B = 34.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BFE4DE (or 0xBFE4DE) is known color: Jagged Ice. HEX triplet: BF, E4 and DE. RGB value is (191,228,222). Sum of RGB (Red+Green+Blue) = 191+228+222=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DE is #401B21. Grayscale: #D8D8D8. Windows color (decimal): -4201250 or 14607551. OLE color: 14607551.

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

Color convert

RGB 191 228 222 -
CMYK 0.16 0 0.03 0.11
HSL 170.27º 0.41% 0.82% -
HSV(B) 170.27º 0.16% 0.89% -
XYZ 62.41 71.84 79.68 -
YUV 216.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 191 228 222 0.16 0 0.03 0.11 170.27 0.41 0.82
Hex BF E4 DE 10 0 3 B AA 29 52
Octal 277 344 336 20 0 3 13 252 51 122
Binary 10111111 11100100 11011110 10000 0 11 1011 10101010 101001 1010010

Color Harmonies of #BFE4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4DE

Black with #BFE4DE

Text Example


Text Example

White with #BFE4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4DE; }

 p { color: rgb(191,228,222); }

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

background-color css

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

 a { background-color: rgb(191,228,222); }

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

border-color css

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

 span { border-color: rgb(191,228,222); }

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