Html Css Color HEX #BCD3B8 Surf Crest

📋 copy color: '#BCD3B8'

red 188 ◦ green 211 ◦ blue 184

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

Shades of Surf Crest #BCD3B8

Tints of Surf Crest #BCD3B8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

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

R = 32.25%
G = 36.19%
B = 31.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#BCD3B8 (or 0xBCD3B8) is known color: Surf Crest. HEX triplet: BC, D3 and B8. RGB value is (188,211,184). Sum of RGB (Red+Green+Blue) = 188+211+184=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3B8 is #432C47. Grayscale: #C9C9C9. Windows color (decimal): -4402248 or 12112828. OLE color: 12112828.

HSL color Cylindrical-coordinate representation of color #BCD3B8: hue angle of 111.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD3B8 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 184 -
CMYK 0.11 0 0.13 0.17
HSL 111.11º 0.23% 0.77% -
HSV(B) 111.11º 0.13% 0.83% -
XYZ 52.69 60.74 54.29 -
YUV 201.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 188 211 184 0.11 0 0.13 0.17 111.11 0.23 0.77
Hex BC D3 B8 B 0 D 11 6F 17 4D
Octal 274 323 270 13 0 15 21 157 27 115
Binary 10111100 11010011 10111000 1011 0 1101 10001 1101111 10111 1001101

Color Harmonies of #BCD3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3B8

Black with #BCD3B8

Text Example


Text Example

White with #BCD3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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