Html Css Color HEX #BCDCB5 Surf Crest

📋 copy color: '#BCDCB5'

red 188 ◦ green 220 ◦ blue 181

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

Shades of Surf Crest #BCDCB5

Tints of Surf Crest #BCDCB5

RGB

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

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

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

R = 31.92%
G = 37.35%
B = 30.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#BCDCB5 (or 0xBCDCB5) is known color: Surf Crest. HEX triplet: BC, DC and B5. RGB value is (188,220,181). Sum of RGB (Red+Green+Blue) = 188+220+181=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCB5 is #43234A. Grayscale: #CECECE. Windows color (decimal): -4399947 or 11918524. OLE color: 11918524.

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

Color convert

RGB 188 220 181 -
CMYK 0.15 0 0.18 0.14
HSL 109.23º 0.36% 0.79% -
HSV(B) 109.23º 0.18% 0.86% -
XYZ 54.67 65.21 53.42 -
YUV 205.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 188 220 181 0.15 0 0.18 0.14 109.23 0.36 0.79
Hex BC DC B5 F 0 12 E 6D 24 4F
Octal 274 334 265 17 0 22 16 155 44 117
Binary 10111100 11011100 10110101 1111 0 10010 1110 1101101 100100 1001111

Color Harmonies of #BCDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCB5

Black with #BCDCB5

Text Example


Text Example

White with #BCDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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