Html Css Color HEX #BCDFB5 Surf Crest

📋 copy color: '#BCDFB5'

red 188 ◦ green 223 ◦ blue 181

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

Shades of Surf Crest #BCDFB5

Tints of Surf Crest #BCDFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 31.76%
G = 37.67%
B = 30.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BCDFB5 (or 0xBCDFB5) is known color: Surf Crest. HEX triplet: BC, DF and B5. RGB value is (188,223,181). Sum of RGB (Red+Green+Blue) = 188+223+181=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFB5 is #43204A. Grayscale: #CFCFCF. Windows color (decimal): -4399179 or 11919292. OLE color: 11919292.

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

Color convert

RGB 188 223 181 -
CMYK 0.16 0 0.19 0.13
HSL 110º 0.4% 0.79% -
HSV(B) 110º 0.19% 0.87% -
XYZ 55.47 66.8 53.69 -
YUV 207.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 188 223 181 0.16 0 0.19 0.13 110 0.4 0.79
Hex BC DF B5 10 0 13 D 6E 28 4F
Octal 274 337 265 20 0 23 15 156 50 117
Binary 10111100 11011111 10110101 10000 0 10011 1101 1101110 101000 1001111

Color Harmonies of #BCDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFB5

Black with #BCDFB5

Text Example


Text Example

White with #BCDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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