Html Css Color HEX #BBCDC0 Nebula

📋 copy color: '#BBCDC0'

red 187 ◦ green 205 ◦ blue 192

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

Shades of Nebula #BBCDC0

Tints of Nebula #BBCDC0

RGB

 RED value IS 187 (73.44% from 255) = 32.02%

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 32.02%
G = 35.1%
B = 32.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC0 (or 0xBBCDC0) is known color: Nebula. HEX triplet: BB, CD and C0. RGB value is (187,205,192). Sum of RGB (Red+Green+Blue) = 187+205+192=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC0 is #44323F. Grayscale: #C6C6C6. Windows color (decimal): -4469312 or 12635579. OLE color: 12635579.

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

Color convert

RGB 187 205 192 -
CMYK 0.09 0 0.06 0.20
HSL 136.67º 0.15% 0.77% -
HSV(B) 136.67º 0.09% 0.8% -
XYZ 51.84 58.03 58.34 -
YUV 198.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 187 205 192 0.09 0 0.06 0.20 136.67 0.15 0.77
Hex BB CD C0 9 0 6 14 89 F 4D
Octal 273 315 300 11 0 6 24 211 17 115
Binary 10111011 11001101 11000000 1001 0 110 10100 10001001 1111 1001101

Color Harmonies of #BBCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC0

Black with #BBCDC0

Text Example


Text Example

White with #BBCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC0; }

 p { color: rgb(187,205,192); }

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

background-color css

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

 a { background-color: rgb(187,205,192); }

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

border-color css

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

 span { border-color: rgb(187,205,192); }

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