Html Css Color HEX #BCD0C5 Nebula

📋 copy color: '#BCD0C5'

red 188 ◦ green 208 ◦ blue 197

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

Shades of Nebula #BCD0C5

Tints of Nebula #BCD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.08%

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 31.7%
G = 35.08%
B = 33.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#BCD0C5 (or 0xBCD0C5) is known color: Nebula. HEX triplet: BC, D0 and C5. RGB value is (188,208,197). Sum of RGB (Red+Green+Blue) = 188+208+197=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0C5 is #432F3A. Grayscale: #C8C8C8. Windows color (decimal): -4403003 or 12964028. OLE color: 12964028.

HSL color Cylindrical-coordinate representation of color #BCD0C5: hue angle of 147º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0C5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 197 -
CMYK 0.10 0 0.05 0.18
HSL 147º 0.18% 0.78% -
HSV(B) 147º 0.1% 0.82% -
XYZ 53.37 59.83 61.56 -
YUV 200.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 188 208 197 0.10 0 0.05 0.18 147 0.18 0.78
Hex BC D0 C5 A 0 5 12 93 12 4E
Octal 274 320 305 12 0 5 22 223 22 116
Binary 10111100 11010000 11000101 1010 0 101 10010 10010011 10010 1001110

Color Harmonies of #BCD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0C5

Black with #BCD0C5

Text Example


Text Example

White with #BCD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0C5; }

 p { color: rgb(188,208,197); }

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

background-color css

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

 a { background-color: rgb(188,208,197); }

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

border-color css

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

 span { border-color: rgb(188,208,197); }

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