Html Css Color HEX #BFDCBB Surf Crest

📋 copy color: '#BFDCBB'

red 191 ◦ green 220 ◦ blue 187

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

Shades of Surf Crest #BFDCBB

Tints of Surf Crest #BFDCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 31.94%
G = 36.79%
B = 31.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BFDCBB (or 0xBFDCBB) is known color: Surf Crest. HEX triplet: BF, DC and BB. RGB value is (191,220,187). Sum of RGB (Red+Green+Blue) = 191+220+187=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCBB is #402344. Grayscale: #CFCFCF. Windows color (decimal): -4203333 or 12311743. OLE color: 12311743.

HSL color Cylindrical-coordinate representation of color #BFDCBB: hue angle of 112.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDCBB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 187 -
CMYK 0.13 0 0.15 0.14
HSL 112.73º 0.32% 0.8% -
HSV(B) 112.73º 0.15% 0.86% -
XYZ 56.05 65.85 56.77 -
YUV 207.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 191 220 187 0.13 0 0.15 0.14 112.73 0.32 0.8
Hex BF DC BB D 0 F E 71 20 50
Octal 277 334 273 15 0 17 16 161 40 120
Binary 10111111 11011100 10111011 1101 0 1111 1110 1110001 100000 1010000

Color Harmonies of #BFDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCBB

Black with #BFDCBB

Text Example


Text Example

White with #BFDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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