Html Css Color HEX #BFEABB Surf Crest

📋 copy color: '#BFEABB'

red 191 ◦ green 234 ◦ blue 187

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

Shades of Surf Crest #BFEABB

Tints of Surf Crest #BFEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 31.21%
G = 38.24%
B = 30.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BFEABB (or 0xBFEABB) is known color: Surf Crest. HEX triplet: BF, EA and BB. RGB value is (191,234,187). Sum of RGB (Red+Green+Blue) = 191+234+187=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEABB is #401544. Grayscale: #D7D7D7. Windows color (decimal): -4199749 or 12315327. OLE color: 12315327.

HSL color Cylindrical-coordinate representation of color #BFEABB: hue angle of 114.89º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEABB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 187 -
CMYK 0.18 0 0.20 0.08
HSL 114.89º 0.53% 0.83% -
HSV(B) 114.89º 0.2% 0.92% -
XYZ 59.88 73.51 58.05 -
YUV 215.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 191 234 187 0.18 0 0.20 0.08 114.89 0.53 0.83
Hex BF EA BB 12 0 14 8 73 35 53
Octal 277 352 273 22 0 24 10 163 65 123
Binary 10111111 11101010 10111011 10010 0 10100 1000 1110011 110101 1010011

Color Harmonies of #BFEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEABB

Black with #BFEABB

Text Example


Text Example

White with #BFEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEABB; }

 p { color: rgb(191,234,187); }

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

background-color css

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

 a { background-color: rgb(191,234,187); }

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

border-color css

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

 span { border-color: rgb(191,234,187); }

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