Html Css Color HEX #BFE4BA Surf Crest

📋 copy color: '#BFE4BA'

red 191 ◦ green 228 ◦ blue 186

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

Shades of Surf Crest #BFE4BA

Tints of Surf Crest #BFE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

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

R = 31.57%
G = 37.69%
B = 30.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#BFE4BA (or 0xBFE4BA) is known color: Surf Crest. HEX triplet: BF, E4 and BA. RGB value is (191,228,186). Sum of RGB (Red+Green+Blue) = 191+228+186=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4BA is #401B45. Grayscale: #D4D4D4. Windows color (decimal): -4201286 or 12248255. OLE color: 12248255.

HSL color Cylindrical-coordinate representation of color #BFE4BA: hue angle of 112.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE4BA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 186 -
CMYK 0.16 0 0.18 0.11
HSL 112.86º 0.44% 0.81% -
HSV(B) 112.86º 0.18% 0.89% -
XYZ 58.09 70.11 56.92 -
YUV 212.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 191 228 186 0.16 0 0.18 0.11 112.86 0.44 0.81
Hex BF E4 BA 10 0 12 B 71 2C 51
Octal 277 344 272 20 0 22 13 161 54 121
Binary 10111111 11100100 10111010 10000 0 10010 1011 1110001 101100 1010001

Color Harmonies of #BFE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4BA

Black with #BFE4BA

Text Example


Text Example

White with #BFE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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