Html Css Color HEX #BCD2C6 Nebula

📋 copy color: '#BCD2C6'

red 188 ◦ green 210 ◦ blue 198

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

Shades of Nebula #BCD2C6

Tints of Nebula #BCD2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 198 (77.73% from 255) = 33.22%

R = 31.54%
G = 35.23%
B = 33.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#BCD2C6 (or 0xBCD2C6) is known color: Nebula. HEX triplet: BC, D2 and C6. RGB value is (188,210,198). Sum of RGB (Red+Green+Blue) = 188+210+198=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2C6 is #432D39. Grayscale: #CACACA. Windows color (decimal): -4402490 or 13030076. OLE color: 13030076.

HSL color Cylindrical-coordinate representation of color #BCD2C6: hue angle of 147.27º degrees, saturation: 0.2, 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 #BCD2C6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 198 -
CMYK 0.10 0 0.06 0.18
HSL 147.27º 0.2% 0.78% -
HSV(B) 147.27º 0.1% 0.82% -
XYZ 53.98 60.86 62.33 -
YUV 202.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 188 210 198 0.10 0 0.06 0.18 147.27 0.2 0.78
Hex BC D2 C6 A 0 6 12 93 14 4E
Octal 274 322 306 12 0 6 22 223 24 116
Binary 10111100 11010010 11000110 1010 0 110 10010 10010011 10100 1001110

Color Harmonies of #BCD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2C6

Black with #BCD2C6

Text Example


Text Example

White with #BCD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2C6; }

 p { color: rgb(188,210,198); }

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

background-color css

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

 a { background-color: rgb(188,210,198); }

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

border-color css

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

 span { border-color: rgb(188,210,198); }

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