Html Css Color HEX #BFE7BA Surf Crest

📋 copy color: '#BFE7BA'

red 191 ◦ green 231 ◦ blue 186

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

Shades of Surf Crest #BFE7BA

Tints of Surf Crest #BFE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.99%

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 31.41%
G = 37.99%
B = 30.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BFE7BA (or 0xBFE7BA) is known color: Surf Crest. HEX triplet: BF, E7 and BA. RGB value is (191,231,186). Sum of RGB (Red+Green+Blue) = 191+231+186=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BA is #401845. Grayscale: #D6D6D6. Windows color (decimal): -4200518 or 12249023. OLE color: 12249023.

HSL color Cylindrical-coordinate representation of color #BFE7BA: hue angle of 113.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE7BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 186 -
CMYK 0.17 0 0.19 0.09
HSL 113.33º 0.48% 0.82% -
HSV(B) 113.33º 0.19% 0.91% -
XYZ 58.92 71.77 57.2 -
YUV 213.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 191 231 186 0.17 0 0.19 0.09 113.33 0.48 0.82
Hex BF E7 BA 11 0 13 9 71 30 52
Octal 277 347 272 21 0 23 11 161 60 122
Binary 10111111 11100111 10111010 10001 0 10011 1001 1110001 110000 1010010

Color Harmonies of #BFE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7BA

Black with #BFE7BA

Text Example


Text Example

White with #BFE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7BA; }

 p { color: rgb(191,231,186); }

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

background-color css

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

 a { background-color: rgb(191,231,186); }

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

border-color css

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

 span { border-color: rgb(191,231,186); }

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