Html Css Color HEX #BFE3DF Jagged Ice

📋 copy color: '#BFE3DF'

red 191 ◦ green 227 ◦ blue 223

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

Shades of Jagged Ice #BFE3DF

Tints of Jagged Ice #BFE3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.41%

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

R = 29.8%
G = 35.41%
B = 34.79%

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

#BFE3DF (or 0xBFE3DF) is known color: Jagged Ice. HEX triplet: BF, E3 and DF. RGB value is (191,227,223). Sum of RGB (Red+Green+Blue) = 191+227+223=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3DF is #401C20. Grayscale: #D7D7D7. Windows color (decimal): -4201505 or 14672831. OLE color: 14672831.

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

Color convert

RGB 191 227 223 -
CMYK 0.16 0 0.02 0.11
HSL 173.33º 0.39% 0.82% -
HSV(B) 173.33º 0.16% 0.89% -
XYZ 62.27 71.34 80.3 -
YUV 215.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 191 227 223 0.16 0 0.02 0.11 173.33 0.39 0.82
Hex BF E3 DF 10 0 2 B AD 27 52
Octal 277 343 337 20 0 2 13 255 47 122
Binary 10111111 11100011 11011111 10000 0 10 1011 10101101 100111 1010010

Color Harmonies of #BFE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3DF

Black with #BFE3DF

Text Example


Text Example

White with #BFE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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