Html Css Color HEX #BFDAB8 Surf Crest

📋 copy color: '#BFDAB8'

red 191 ◦ green 218 ◦ blue 184

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

Shades of Surf Crest #BFDAB8

Tints of Surf Crest #BFDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 32.21%
G = 36.76%
B = 31.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BFDAB8 (or 0xBFDAB8) is known color: Surf Crest. HEX triplet: BF, DA and B8. RGB value is (191,218,184). Sum of RGB (Red+Green+Blue) = 191+218+184=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAB8 is #402547. Grayscale: #CECECE. Windows color (decimal): -4203848 or 12114623. OLE color: 12114623.

HSL color Cylindrical-coordinate representation of color #BFDAB8: hue angle of 107.65º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 184 -
CMYK 0.12 0 0.16 0.15
HSL 107.65º 0.31% 0.79% -
HSV(B) 107.65º 0.16% 0.85% -
XYZ 55.21 64.68 54.92 -
YUV 206.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 191 218 184 0.12 0 0.16 0.15 107.65 0.31 0.79
Hex BF DA B8 C 0 10 F 6C 1F 4F
Octal 277 332 270 14 0 20 17 154 37 117
Binary 10111111 11011010 10111000 1100 0 10000 1111 1101100 11111 1001111

Color Harmonies of #BFDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAB8

Black with #BFDAB8

Text Example


Text Example

White with #BFDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAB8; }

 p { color: rgb(191,218,184); }

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

background-color css

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

 a { background-color: rgb(191,218,184); }

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

border-color css

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

 span { border-color: rgb(191,218,184); }

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