Html Css Color HEX #BFE1DF Jagged Ice

📋 copy color: '#BFE1DF'

red 191 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #BFE1DF

Tints of Jagged Ice #BFE1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 29.89%
G = 35.21%
B = 34.9%

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

#BFE1DF (or 0xBFE1DF) is known color: Jagged Ice. HEX triplet: BF, E1 and DF. RGB value is (191,225,223). Sum of RGB (Red+Green+Blue) = 191+225+223=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DF is #401E20. Grayscale: #D6D6D6. Windows color (decimal): -4202017 or 14672319. OLE color: 14672319.

HSL color Cylindrical-coordinate representation of color #BFE1DF: hue angle of 176.47º 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 #BFE1DF is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 223 -
CMYK 0.15 0 0.01 0.12
HSL 176.47º 0.36% 0.82% -
HSV(B) 176.47º 0.15% 0.88% -
XYZ 61.73 70.25 80.12 -
YUV 214.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 191 225 223 0.15 0 0.01 0.12 176.47 0.36 0.82
Hex BF E1 DF F 0 1 C B0 24 52
Octal 277 341 337 17 0 1 14 260 44 122
Binary 10111111 11100001 11011111 1111 0 1 1100 10110000 100100 1010010

Color Harmonies of #BFE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1DF

Black with #BFE1DF

Text Example


Text Example

White with #BFE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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