#BFEBE4

Color #BFEBE4 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BFEBE4

Tints of Jagged Ice #BFEBE4

Color information

#BFEBE4 (or 0xBFEBE4) is unknown color: approx Jagged Ice. HEX triplet: BF, EB and E4. RGB value is (191,235,228). Sum of RGB (Red+Green+Blue) = 191+235+228=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBE4 is #40141B. Grayscale: #DDDDDD. Windows color (decimal): -4199452 or 15002559. OLE color: 15002559.

HSL color Cylindrical-coordinate representation of color #BFEBE4: hue angle of 170.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB191235228-
CMYK0.1900.030.08
HSL170.45º52.38%83.53%-
HSV(B)170.45º18.72%92.16%-
XYZ65.276.0984.65-
YUV221.05131.92106.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=29.20%
G=35.93%
B=34.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352280.1900.030.08170.4552.3883.53
HexBFEBE413038aa3454
Octal27735334423031025264124
Binary101111111110101111100100100110111000101010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBE4; }

 p { color: rgb(191,235,228); }

 H1.HeaderClassName
 {
   color: #BFEBE4;
 }
 .AnyTagClassName
 {
   color: #BFEBE4;
 }
</style>
background-color css

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

 a { background-color: rgb(191,235,228); }

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

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

 span { border-color: rgb(191,235,228); }

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