Html Css Color HEX #BFF5ED Jagged Ice

📋 copy color: '#BFF5ED'

red 191 ◦ green 245 ◦ blue 237

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

Shades of Jagged Ice #BFF5ED

Tints of Jagged Ice #BFF5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.4%

 BLUE value IS 237 (92.97% from 255) = 35.22%

R = 28.38%
G = 36.4%
B = 35.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BFF5ED (or 0xBFF5ED) is known color: Jagged Ice. HEX triplet: BF, F5 and ED. RGB value is (191,245,237). Sum of RGB (Red+Green+Blue) = 191+245+237=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5ED is #400A12. Grayscale: #E3E3E3. Windows color (decimal): -4196883 or 15594943. OLE color: 15594943.

HSL color Cylindrical-coordinate representation of color #BFF5ED: hue angle of 171.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5ED is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 237 -
CMYK 0.22 0 0.03 0.04
HSL 171.11º 0.73% 0.85% -
HSV(B) 171.11º 0.22% 0.96% -
XYZ 69.42 82.5 92.38 -
YUV 227.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 191 245 237 0.22 0 0.03 0.04 171.11 0.73 0.85
Hex BF F5 ED 16 0 3 4 AB 49 55
Octal 277 365 355 26 0 3 4 253 111 125
Binary 10111111 11110101 11101101 10110 0 11 100 10101011 1001001 1010101

Color Harmonies of #BFF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5ED

Black with #BFF5ED

Text Example


Text Example

White with #BFF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5ED; }

 p { color: rgb(191,245,237); }

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

background-color css

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

 a { background-color: rgb(191,245,237); }

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

border-color css

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

 span { border-color: rgb(191,245,237); }

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