Html Css Color HEX #BFE2DD Jagged Ice

📋 copy color: '#BFE2DD'

red 191 ◦ green 226 ◦ blue 221

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

Shades of Jagged Ice #BFE2DD

Tints of Jagged Ice #BFE2DD

RGB

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

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

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

R = 29.94%
G = 35.42%
B = 34.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BFE2DD (or 0xBFE2DD) is known color: Jagged Ice. HEX triplet: BF, E2 and DD. RGB value is (191,226,221). Sum of RGB (Red+Green+Blue) = 191+226+221=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2DD is #401D22. Grayscale: #D6D6D6. Windows color (decimal): -4201763 or 14541503. OLE color: 14541503.

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

Color convert

RGB 191 226 221 -
CMYK 0.15 0 0.02 0.11
HSL 171.43º 0.38% 0.82% -
HSV(B) 171.43º 0.15% 0.89% -
XYZ 61.73 70.69 78.8 -
YUV 214.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 191 226 221 0.15 0 0.02 0.11 171.43 0.38 0.82
Hex BF E2 DD F 0 2 B AB 26 52
Octal 277 342 335 17 0 2 13 253 46 122
Binary 10111111 11100010 11011101 1111 0 10 1011 10101011 100110 1010010

Color Harmonies of #BFE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2DD

Black with #BFE2DD

Text Example


Text Example

White with #BFE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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