Html Css Color HEX #BFE4E0 Jagged Ice

📋 copy color: '#BFE4E0'

red 191 ◦ green 228 ◦ blue 224

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

Shades of Jagged Ice #BFE4E0

Tints of Jagged Ice #BFE4E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 29.7%
G = 35.46%
B = 34.84%

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

#BFE4E0 (or 0xBFE4E0) is known color: Jagged Ice. HEX triplet: BF, E4 and E0. RGB value is (191,228,224). Sum of RGB (Red+Green+Blue) = 191+228+224=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4E0 is #401B1F. Grayscale: #D8D8D8. Windows color (decimal): -4201248 or 14738623. OLE color: 14738623.

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

Color convert

RGB 191 228 224 -
CMYK 0.16 0 0.02 0.11
HSL 173.51º 0.41% 0.82% -
HSV(B) 173.51º 0.16% 0.89% -
XYZ 62.68 71.94 81.1 -
YUV 216.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 191 228 224 0.16 0 0.02 0.11 173.51 0.41 0.82
Hex BF E4 E0 10 0 2 B AE 29 52
Octal 277 344 340 20 0 2 13 256 51 122
Binary 10111111 11100100 11100000 10000 0 10 1011 10101110 101001 1010010

Color Harmonies of #BFE4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4E0

Black with #BFE4E0

Text Example


Text Example

White with #BFE4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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