Html Css Color HEX #BFE1DD Jagged Ice

📋 copy color: '#BFE1DD'

red 191 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #BFE1DD

Tints of Jagged Ice #BFE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 29.98%
G = 35.32%
B = 34.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BFE1DD (or 0xBFE1DD) is known color: Jagged Ice. HEX triplet: BF, E1 and DD. RGB value is (191,225,221). Sum of RGB (Red+Green+Blue) = 191+225+221=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DD is #401E22. Grayscale: #D6D6D6. Windows color (decimal): -4202019 or 14541247. OLE color: 14541247.

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

Color convert

RGB 191 225 221 -
CMYK 0.15 0 0.02 0.12
HSL 172.94º 0.36% 0.82% -
HSV(B) 172.94º 0.15% 0.88% -
XYZ 61.46 70.15 78.71 -
YUV 214.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 191 225 221 0.15 0 0.02 0.12 172.94 0.36 0.82
Hex BF E1 DD F 0 2 C AD 24 52
Octal 277 341 335 17 0 2 14 255 44 122
Binary 10111111 11100001 11011101 1111 0 10 1100 10101101 100100 1010010

Color Harmonies of #BFE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1DD

Black with #BFE1DD

Text Example


Text Example

White with #BFE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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