Html Css Color HEX #BCD7B5 Surf Crest

📋 copy color: '#BCD7B5'

red 188 ◦ green 215 ◦ blue 181

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

Shades of Surf Crest #BCD7B5

Tints of Surf Crest #BCD7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

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

R = 32.19%
G = 36.82%
B = 30.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#BCD7B5 (or 0xBCD7B5) is known color: Surf Crest. HEX triplet: BC, D7 and B5. RGB value is (188,215,181). Sum of RGB (Red+Green+Blue) = 188+215+181=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7B5 is #43284A. Grayscale: #CBCBCB. Windows color (decimal): -4401227 or 11917244. OLE color: 11917244.

HSL color Cylindrical-coordinate representation of color #BCD7B5: hue angle of 107.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD7B5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 181 -
CMYK 0.13 0 0.16 0.16
HSL 107.65º 0.3% 0.78% -
HSV(B) 107.65º 0.16% 0.84% -
XYZ 53.38 62.63 52.99 -
YUV 203.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 188 215 181 0.13 0 0.16 0.16 107.65 0.3 0.78
Hex BC D7 B5 D 0 10 10 6C 1E 4E
Octal 274 327 265 15 0 20 20 154 36 116
Binary 10111100 11010111 10110101 1101 0 10000 10000 1101100 11110 1001110

Color Harmonies of #BCD7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7B5

Black with #BCD7B5

Text Example


Text Example

White with #BCD7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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