Html Css Color HEX #BFE5E1 Jagged Ice

📋 copy color: '#BFE5E1'

red 191 ◦ green 229 ◦ blue 225

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

Shades of Jagged Ice #BFE5E1

Tints of Jagged Ice #BFE5E1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.5%

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

R = 29.61%
G = 35.5%
B = 34.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#BFE5E1 (or 0xBFE5E1) is known color: Jagged Ice. HEX triplet: BF, E5 and E1. RGB value is (191,229,225). Sum of RGB (Red+Green+Blue) = 191+229+225=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5E1 is #401A1E. Grayscale: #D9D9D9. Windows color (decimal): -4200991 or 14804415. OLE color: 14804415.

HSL color Cylindrical-coordinate representation of color #BFE5E1: hue angle of 173.68º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5E1 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 225 -
CMYK 0.17 0 0.02 0.10
HSL 173.68º 0.42% 0.82% -
HSV(B) 173.68º 0.17% 0.9% -
XYZ 63.1 72.55 81.91 -
YUV 217.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 191 229 225 0.17 0 0.02 0.10 173.68 0.42 0.82
Hex BF E5 E1 11 0 2 A AE 2A 52
Octal 277 345 341 21 0 2 12 256 52 122
Binary 10111111 11100101 11100001 10001 0 10 1010 10101110 101010 1010010

Color Harmonies of #BFE5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5E1

Black with #BFE5E1

Text Example


Text Example

White with #BFE5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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