Html Css Color HEX #BDCDC5 Nebula

📋 copy color: '#BDCDC5'

red 189 ◦ green 205 ◦ blue 197

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

Shades of Nebula #BDCDC5

Tints of Nebula #BDCDC5

RGB

 RED value IS 189 (74.22% from 255) = 31.98%

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 31.98%
G = 34.69%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#BDCDC5 (or 0xBDCDC5) is known color: Nebula. HEX triplet: BD, CD and C5. RGB value is (189,205,197). Sum of RGB (Red+Green+Blue) = 189+205+197=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC5 is #42323A. Grayscale: #C7C7C7. Windows color (decimal): -4338235 or 12963261. OLE color: 12963261.

HSL color Cylindrical-coordinate representation of color #BDCDC5: hue angle of 150º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 197 -
CMYK 0.08 0 0.04 0.20
HSL 150º 0.14% 0.77% -
HSV(B) 150º 0.08% 0.8% -
XYZ 52.9 58.51 61.33 -
YUV 199.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 189 205 197 0.08 0 0.04 0.20 150 0.14 0.77
Hex BD CD C5 8 0 4 14 96 E 4D
Octal 275 315 305 10 0 4 24 226 16 115
Binary 10111101 11001101 11000101 1000 0 100 10100 10010110 1110 1001101

Color Harmonies of #BDCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDC5

Black with #BDCDC5

Text Example


Text Example

White with #BDCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDC5; }

 p { color: rgb(189,205,197); }

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

background-color css

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

 a { background-color: rgb(189,205,197); }

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

border-color css

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

 span { border-color: rgb(189,205,197); }

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