Html Css Color HEX #BBCDC1 Nebula

📋 copy color: '#BBCDC1'

red 187 ◦ green 205 ◦ blue 193

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

Shades of Nebula #BBCDC1

Tints of Nebula #BBCDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 31.97%
G = 35.04%
B = 32.99%

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

#BBCDC1 (or 0xBBCDC1) is known color: Nebula. HEX triplet: BB, CD and C1. RGB value is (187,205,193). Sum of RGB (Red+Green+Blue) = 187+205+193=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC1 is #44323E. Grayscale: #C6C6C6. Windows color (decimal): -4469311 or 12701115. OLE color: 12701115.

HSL color Cylindrical-coordinate representation of color #BBCDC1: hue angle of 140º 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 #BBCDC1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 193 -
CMYK 0.09 0 0.06 0.20
HSL 140º 0.15% 0.77% -
HSV(B) 140º 0.09% 0.8% -
XYZ 51.95 58.08 58.92 -
YUV 198.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 187 205 193 0.09 0 0.06 0.20 140 0.15 0.77
Hex BB CD C1 9 0 6 14 8C F 4D
Octal 273 315 301 11 0 6 24 214 17 115
Binary 10111011 11001101 11000001 1001 0 110 10100 10001100 1111 1001101

Color Harmonies of #BBCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC1

Black with #BBCDC1

Text Example


Text Example

White with #BBCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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