Html Css Color HEX #BCD4B8 Surf Crest

📋 copy color: '#BCD4B8'

red 188 ◦ green 212 ◦ blue 184

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

Shades of Surf Crest #BCD4B8

Tints of Surf Crest #BCD4B8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

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

R = 32.19%
G = 36.3%
B = 31.51%

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

#BCD4B8 (or 0xBCD4B8) is known color: Surf Crest. HEX triplet: BC, D4 and B8. RGB value is (188,212,184). Sum of RGB (Red+Green+Blue) = 188+212+184=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4B8 is #432B47. Grayscale: #C9C9C9. Windows color (decimal): -4401992 or 12113084. OLE color: 12113084.

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

Color convert

RGB 188 212 184 -
CMYK 0.11 0 0.13 0.17
HSL 111.43º 0.25% 0.78% -
HSV(B) 111.43º 0.13% 0.83% -
XYZ 52.93 61.24 54.38 -
YUV 201.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 188 212 184 0.11 0 0.13 0.17 111.43 0.25 0.78
Hex BC D4 B8 B 0 D 11 6F 19 4E
Octal 274 324 270 13 0 15 21 157 31 116
Binary 10111100 11010100 10111000 1011 0 1101 10001 1101111 11001 1001110

Color Harmonies of #BCD4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4B8

Black with #BCD4B8

Text Example


Text Example

White with #BCD4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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