Html Css Color HEX #BCDFB8 Surf Crest

📋 copy color: '#BCDFB8'

red 188 ◦ green 223 ◦ blue 184

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

Shades of Surf Crest #BCDFB8

Tints of Surf Crest #BCDFB8

RGB

 RED value IS 188 (73.83% from 255) = 31.6%

 GREEN value IS 223 (87.5% from 255) = 37.48%

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

R = 31.6%
G = 37.48%
B = 30.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BCDFB8 (or 0xBCDFB8) is known color: Surf Crest. HEX triplet: BC, DF and B8. RGB value is (188,223,184). Sum of RGB (Red+Green+Blue) = 188+223+184=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFB8 is #432047. Grayscale: #D0D0D0. Windows color (decimal): -4399176 or 12115900. OLE color: 12115900.

HSL color Cylindrical-coordinate representation of color #BCDFB8: hue angle of 113.85º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDFB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 184 -
CMYK 0.16 0 0.17 0.13
HSL 113.85º 0.38% 0.8% -
HSV(B) 113.85º 0.17% 0.87% -
XYZ 55.78 66.93 55.33 -
YUV 208.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 188 223 184 0.16 0 0.17 0.13 113.85 0.38 0.8
Hex BC DF B8 10 0 11 D 72 26 50
Octal 274 337 270 20 0 21 15 162 46 120
Binary 10111100 11011111 10111000 10000 0 10001 1101 1110010 100110 1010000

Color Harmonies of #BCDFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFB8

Black with #BCDFB8

Text Example


Text Example

White with #BCDFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFB8; }

 p { color: rgb(188,223,184); }

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

background-color css

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

 a { background-color: rgb(188,223,184); }

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

border-color css

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

 span { border-color: rgb(188,223,184); }

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