Html Css Color HEX #BCB8B3 Cloud

📋 copy color: '#BCB8B3'

red 188 ◦ green 184 ◦ blue 179

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

Shades of Cloud #BCB8B3

Tints of Cloud #BCB8B3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 34.12%
G = 33.39%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCB8B3 (or 0xBCB8B3) is known color: Cloud. HEX triplet: BC, B8 and B3. RGB value is (188,184,179). Sum of RGB (Red+Green+Blue) = 188+184+179=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8B3 is #43474C. Grayscale: #B8B8B8. Windows color (decimal): -4409165 or 11778236. OLE color: 11778236.

HSL color Cylindrical-coordinate representation of color #BCB8B3: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB8B3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 179 -
CMYK 0 0.02 0.05 0.26
HSL 33.33º 0.06% 0.72% -
HSV(B) 33.33º 0.05% 0.74% -
XYZ 46.02 48.23 49.53 -
YUV 184.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 188 184 179 0 0.02 0.05 0.26 33.33 0.06 0.72
Hex BC B8 B3 0 2 5 1A 21 6 48
Octal 274 270 263 0 2 5 32 41 6 110
Binary 10111100 10111000 10110011 0 10 101 11010 100001 110 1001000

Color Harmonies of #BCB8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8B3

Black with #BCB8B3

Text Example


Text Example

White with #BCB8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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