Html Css Color HEX #BFE4DD Jagged Ice

📋 copy color: '#BFE4DD'

red 191 ◦ green 228 ◦ blue 221

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

Shades of Jagged Ice #BFE4DD

Tints of Jagged Ice #BFE4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 29.84%
G = 35.63%
B = 34.53%

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

#BFE4DD (or 0xBFE4DD) is known color: Jagged Ice. HEX triplet: BF, E4 and DD. RGB value is (191,228,221). Sum of RGB (Red+Green+Blue) = 191+228+221=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DD is #401B22. Grayscale: #D8D8D8. Windows color (decimal): -4201251 or 14542015. OLE color: 14542015.

HSL color Cylindrical-coordinate representation of color #BFE4DD: hue angle of 168.65º 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 #BFE4DD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 221 -
CMYK 0.16 0 0.03 0.11
HSL 168.65º 0.41% 0.82% -
HSV(B) 168.65º 0.16% 0.89% -
XYZ 62.28 71.78 78.98 -
YUV 216.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 191 228 221 0.16 0 0.03 0.11 168.65 0.41 0.82
Hex BF E4 DD 10 0 3 B A9 29 52
Octal 277 344 335 20 0 3 13 251 51 122
Binary 10111111 11100100 11011101 10000 0 11 1011 10101001 101001 1010010

Color Harmonies of #BFE4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4DD

Black with #BFE4DD

Text Example


Text Example

White with #BFE4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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