Html Css Color HEX #BFEDE5 Jagged Ice

📋 copy color: '#BFEDE5'

red 191 ◦ green 237 ◦ blue 229

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

Shades of Jagged Ice #BFEDE5

Tints of Jagged Ice #BFEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 29.07%
G = 36.07%
B = 34.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BFEDE5 (or 0xBFEDE5) is known color: Jagged Ice. HEX triplet: BF, ED and E5. RGB value is (191,237,229). Sum of RGB (Red+Green+Blue) = 191+237+229=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDE5 is #40121A. Grayscale: #DEDEDE. Windows color (decimal): -4198939 or 15068607. OLE color: 15068607.

HSL color Cylindrical-coordinate representation of color #BFEDE5: hue angle of 169.57º 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 #BFEDE5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 229 -
CMYK 0.19 0 0.03 0.07
HSL 169.57º 0.56% 0.84% -
HSV(B) 169.57º 0.19% 0.93% -
XYZ 65.91 77.3 85.58 -
YUV 222.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 191 237 229 0.19 0 0.03 0.07 169.57 0.56 0.84
Hex BF ED E5 13 0 3 7 AA 38 54
Octal 277 355 345 23 0 3 7 252 70 124
Binary 10111111 11101101 11100101 10011 0 11 111 10101010 111000 1010100

Color Harmonies of #BFEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDE5

Black with #BFEDE5

Text Example


Text Example

White with #BFEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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