Html Css Color HEX #BFEBE5 Jagged Ice

📋 copy color: '#BFEBE5'

red 191 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #BFEBE5

Tints of Jagged Ice #BFEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.88%

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

R = 29.16%
G = 35.88%
B = 34.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BFEBE5 (or 0xBFEBE5) is known color: Jagged Ice. HEX triplet: BF, EB and E5. RGB value is (191,235,229). Sum of RGB (Red+Green+Blue) = 191+235+229=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBE5 is #40141A. Grayscale: #DDDDDD. Windows color (decimal): -4199451 or 15068095. OLE color: 15068095.

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

Color convert

RGB 191 235 229 -
CMYK 0.19 0 0.03 0.08
HSL 171.82º 0.52% 0.84% -
HSV(B) 171.82º 0.19% 0.92% -
XYZ 65.34 76.15 85.38 -
YUV 221.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 191 235 229 0.19 0 0.03 0.08 171.82 0.52 0.84
Hex BF EB E5 13 0 3 8 AC 34 54
Octal 277 353 345 23 0 3 10 254 64 124
Binary 10111111 11101011 11100101 10011 0 11 1000 10101100 110100 1010100

Color Harmonies of #BFEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBE5

Black with #BFEBE5

Text Example


Text Example

White with #BFEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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