Html Css Color HEX #BFE4E1 Jagged Ice

📋 copy color: '#BFE4E1'

red 191 ◦ green 228 ◦ blue 225

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

Shades of Jagged Ice #BFE4E1

Tints of Jagged Ice #BFE4E1

RGB

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

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

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

R = 29.66%
G = 35.4%
B = 34.94%

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

#BFE4E1 (or 0xBFE4E1) is known color: Jagged Ice. HEX triplet: BF, E4 and E1. RGB value is (191,228,225). Sum of RGB (Red+Green+Blue) = 191+228+225=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4E1 is #401B1E. Grayscale: #D8D8D8. Windows color (decimal): -4201247 or 14804159. OLE color: 14804159.

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

Color convert

RGB 191 228 225 -
CMYK 0.16 0 0.01 0.11
HSL 175.14º 0.41% 0.82% -
HSV(B) 175.14º 0.16% 0.89% -
XYZ 62.82 72 81.82 -
YUV 216.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 191 228 225 0.16 0 0.01 0.11 175.14 0.41 0.82
Hex BF E4 E1 10 0 1 B AF 29 52
Octal 277 344 341 20 0 1 13 257 51 122
Binary 10111111 11100100 11100001 10000 0 1 1011 10101111 101001 1010010

Color Harmonies of #BFE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4E1

Black with #BFE4E1

Text Example


Text Example

White with #BFE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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