Html Css Color HEX #BFF0EA Jagged Ice

📋 copy color: '#BFF0EA'

red 191 ◦ green 240 ◦ blue 234

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

Shades of Jagged Ice #BFF0EA

Tints of Jagged Ice #BFF0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.09%

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

R = 28.72%
G = 36.09%
B = 35.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#BFF0EA (or 0xBFF0EA) is known color: Jagged Ice. HEX triplet: BF, F0 and EA. RGB value is (191,240,234). Sum of RGB (Red+Green+Blue) = 191+240+234=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0EA is #400F15. Grayscale: #E0E0E0. Windows color (decimal): -4198166 or 15397055. OLE color: 15397055.

HSL color Cylindrical-coordinate representation of color #BFF0EA: hue angle of 172.65º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0EA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 234 -
CMYK 0.20 0 0.02 0.06
HSL 172.65º 0.62% 0.85% -
HSV(B) 172.65º 0.2% 0.94% -
XYZ 67.5 79.34 89.6 -
YUV 224.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 191 240 234 0.20 0 0.02 0.06 172.65 0.62 0.85
Hex BF F0 EA 14 0 2 6 AD 3E 55
Octal 277 360 352 24 0 2 6 255 76 125
Binary 10111111 11110000 11101010 10100 0 10 110 10101101 111110 1010101

Color Harmonies of #BFF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0EA

Black with #BFF0EA

Text Example


Text Example

White with #BFF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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