Html Css Color HEX #BFE3E1 Jagged Ice

📋 copy color: '#BFE3E1'

red 191 ◦ green 227 ◦ blue 225

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

Shades of Jagged Ice #BFE3E1

Tints of Jagged Ice #BFE3E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.99%

R = 29.7%
G = 35.3%
B = 34.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BFE3E1 (or 0xBFE3E1) is known color: Jagged Ice. HEX triplet: BF, E3 and E1. RGB value is (191,227,225). Sum of RGB (Red+Green+Blue) = 191+227+225=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3E1 is #401C1E. Grayscale: #D7D7D7. Windows color (decimal): -4201503 or 14803903. OLE color: 14803903.

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

Color convert

RGB 191 227 225 -
CMYK 0.16 0 0.01 0.11
HSL 176.67º 0.39% 0.82% -
HSV(B) 176.67º 0.16% 0.89% -
XYZ 62.55 71.45 81.73 -
YUV 216.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 191 227 225 0.16 0 0.01 0.11 176.67 0.39 0.82
Hex BF E3 E1 10 0 1 B B1 27 52
Octal 277 343 341 20 0 1 13 261 47 122
Binary 10111111 11100011 11100001 10000 0 1 1011 10110001 100111 1010010

Color Harmonies of #BFE3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3E1

Black with #BFE3E1

Text Example


Text Example

White with #BFE3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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