Html Css Color HEX #BFE0DD Jagged Ice

📋 copy color: '#BFE0DD'

red 191 ◦ green 224 ◦ blue 221

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

Shades of Jagged Ice #BFE0DD

Tints of Jagged Ice #BFE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.22%

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

R = 30.03%
G = 35.22%
B = 34.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BFE0DD (or 0xBFE0DD) is known color: Jagged Ice. HEX triplet: BF, E0 and DD. RGB value is (191,224,221). Sum of RGB (Red+Green+Blue) = 191+224+221=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DD is #401F22. Grayscale: #D5D5D5. Windows color (decimal): -4202275 or 14540991. OLE color: 14540991.

HSL color Cylindrical-coordinate representation of color #BFE0DD: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0DD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 221 -
CMYK 0.15 0 0.01 0.12
HSL 174.55º 0.35% 0.81% -
HSV(B) 174.55º 0.15% 0.88% -
XYZ 61.19 69.61 78.62 -
YUV 213.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 191 224 221 0.15 0 0.01 0.12 174.55 0.35 0.81
Hex BF E0 DD F 0 1 C AF 23 51
Octal 277 340 335 17 0 1 14 257 43 121
Binary 10111111 11100000 11011101 1111 0 1 1100 10101111 100011 1010001

Color Harmonies of #BFE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0DD

Black with #BFE0DD

Text Example


Text Example

White with #BFE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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