Html Css Color HEX #BFEBDF Water Leaf

📋 copy color: '#BFEBDF'

red 191 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #BFEBDF

Tints of Water Leaf #BFEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.36%

R = 29.43%
G = 36.21%
B = 34.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BFEBDF (or 0xBFEBDF) is known color: Water Leaf. HEX triplet: BF, EB and DF. RGB value is (191,235,223). Sum of RGB (Red+Green+Blue) = 191+235+223=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDF is #401420. Grayscale: #DCDCDC. Windows color (decimal): -4199457 or 14674879. OLE color: 14674879.

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

Color convert

RGB 191 235 223 -
CMYK 0.19 0 0.05 0.08
HSL 163.64º 0.52% 0.84% -
HSV(B) 163.64º 0.19% 0.92% -
XYZ 64.51 75.82 81.05 -
YUV 220.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 191 235 223 0.19 0 0.05 0.08 163.64 0.52 0.84
Hex BF EB DF 13 0 5 8 A4 34 54
Octal 277 353 337 23 0 5 10 244 64 124
Binary 10111111 11101011 11011111 10011 0 101 1000 10100100 110100 1010100

Color Harmonies of #BFEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBDF

Black with #BFEBDF

Text Example


Text Example

White with #BFEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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