Html Css Color HEX #BFE5BA Surf Crest

📋 copy color: '#BFE5BA'

red 191 ◦ green 229 ◦ blue 186

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

Shades of Surf Crest #BFE5BA

Tints of Surf Crest #BFE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

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

R = 31.52%
G = 37.79%
B = 30.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#BFE5BA (or 0xBFE5BA) is known color: Surf Crest. HEX triplet: BF, E5 and BA. RGB value is (191,229,186). Sum of RGB (Red+Green+Blue) = 191+229+186=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5BA is #401A45. Grayscale: #D4D4D4. Windows color (decimal): -4201030 or 12248511. OLE color: 12248511.

HSL color Cylindrical-coordinate representation of color #BFE5BA: hue angle of 113.02º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE5BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 186 -
CMYK 0.17 0 0.19 0.10
HSL 113.02º 0.45% 0.81% -
HSV(B) 113.02º 0.19% 0.9% -
XYZ 58.37 70.66 57.02 -
YUV 212.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 191 229 186 0.17 0 0.19 0.10 113.02 0.45 0.81
Hex BF E5 BA 11 0 13 A 71 2D 51
Octal 277 345 272 21 0 23 12 161 55 121
Binary 10111111 11100101 10111010 10001 0 10011 1010 1110001 101101 1010001

Color Harmonies of #BFE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5BA

Black with #BFE5BA

Text Example


Text Example

White with #BFE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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