Html Css Color HEX #BFEDE8 Jagged Ice

📋 copy color: '#BFEDE8'

red 191 ◦ green 237 ◦ blue 232

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

Shades of Jagged Ice #BFEDE8

Tints of Jagged Ice #BFEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.91%

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 28.94%
G = 35.91%
B = 35.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BFEDE8 (or 0xBFEDE8) is known color: Jagged Ice. HEX triplet: BF, ED and E8. RGB value is (191,237,232). Sum of RGB (Red+Green+Blue) = 191+237+232=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDE8 is #401217. Grayscale: #DEDEDE. Windows color (decimal): -4198936 or 15265215. OLE color: 15265215.

HSL color Cylindrical-coordinate representation of color #BFEDE8: hue angle of 173.48º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDE8 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 232 -
CMYK 0.19 0 0.02 0.07
HSL 173.48º 0.56% 0.84% -
HSV(B) 173.48º 0.19% 0.93% -
XYZ 66.34 77.47 87.8 -
YUV 222.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 191 237 232 0.19 0 0.02 0.07 173.48 0.56 0.84
Hex BF ED E8 13 0 2 7 AD 38 54
Octal 277 355 350 23 0 2 7 255 70 124
Binary 10111111 11101101 11101000 10011 0 10 111 10101101 111000 1010100

Color Harmonies of #BFEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDE8

Black with #BFEDE8

Text Example


Text Example

White with #BFEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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