Html Css Color HEX #BFE4DF Jagged Ice

📋 copy color: '#BFE4DF'

red 191 ◦ green 228 ◦ blue 223

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

Shades of Jagged Ice #BFE4DF

Tints of Jagged Ice #BFE4DF

RGB

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

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

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

R = 29.75%
G = 35.51%
B = 34.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BFE4DF (or 0xBFE4DF) is known color: Jagged Ice. HEX triplet: BF, E4 and DF. RGB value is (191,228,223). Sum of RGB (Red+Green+Blue) = 191+228+223=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DF is #401B20. Grayscale: #D8D8D8. Windows color (decimal): -4201249 or 14673087. OLE color: 14673087.

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

Color convert

RGB 191 228 223 -
CMYK 0.16 0 0.02 0.11
HSL 171.89º 0.41% 0.82% -
HSV(B) 171.89º 0.16% 0.89% -
XYZ 62.55 71.89 80.39 -
YUV 216.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 191 228 223 0.16 0 0.02 0.11 171.89 0.41 0.82
Hex BF E4 DF 10 0 2 B AC 29 52
Octal 277 344 337 20 0 2 13 254 51 122
Binary 10111111 11100100 11011111 10000 0 10 1011 10101100 101001 1010010

Color Harmonies of #BFE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4DF

Black with #BFE4DF

Text Example


Text Example

White with #BFE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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