Html Css Color HEX #BFF1EA Jagged Ice

📋 copy color: '#BFF1EA'

red 191 ◦ green 241 ◦ blue 234

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

Shades of Jagged Ice #BFF1EA

Tints of Jagged Ice #BFF1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 28.68%
G = 36.19%
B = 35.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BFF1EA (or 0xBFF1EA) is known color: Jagged Ice. HEX triplet: BF, F1 and EA. RGB value is (191,241,234). Sum of RGB (Red+Green+Blue) = 191+241+234=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1EA is #400E15. Grayscale: #E1E1E1. Windows color (decimal): -4197910 or 15397311. OLE color: 15397311.

HSL color Cylindrical-coordinate representation of color #BFF1EA: hue angle of 171.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1EA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 234 -
CMYK 0.21 0 0.03 0.05
HSL 171.6º 0.64% 0.85% -
HSV(B) 171.6º 0.21% 0.95% -
XYZ 67.79 79.93 89.7 -
YUV 225.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 191 241 234 0.21 0 0.03 0.05 171.6 0.64 0.85
Hex BF F1 EA 15 0 3 5 AC 40 55
Octal 277 361 352 25 0 3 5 254 100 125
Binary 10111111 11110001 11101010 10101 0 11 101 10101100 1000000 1010101

Color Harmonies of #BFF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1EA

Black with #BFF1EA

Text Example


Text Example

White with #BFF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1EA; }

 p { color: rgb(191,241,234); }

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

background-color css

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

 a { background-color: rgb(191,241,234); }

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

border-color css

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

 span { border-color: rgb(191,241,234); }

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