Html Css Color HEX #BBCDC3 Nebula

📋 copy color: '#BBCDC3'

red 187 ◦ green 205 ◦ blue 195

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

Shades of Nebula #BBCDC3

Tints of Nebula #BBCDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.22%

R = 31.86%
G = 34.92%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#BBCDC3 (or 0xBBCDC3) is known color: Nebula. HEX triplet: BB, CD and C3. RGB value is (187,205,195). Sum of RGB (Red+Green+Blue) = 187+205+195=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC3 is #44323C. Grayscale: #C6C6C6. Windows color (decimal): -4469309 or 12832187. OLE color: 12832187.

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

Color convert

RGB 187 205 195 -
CMYK 0.09 0 0.05 0.20
HSL 146.67º 0.15% 0.77% -
HSV(B) 146.67º 0.09% 0.8% -
XYZ 52.18 58.17 60.11 -
YUV 198.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 187 205 195 0.09 0 0.05 0.20 146.67 0.15 0.77
Hex BB CD C3 9 0 5 14 93 F 4D
Octal 273 315 303 11 0 5 24 223 17 115
Binary 10111011 11001101 11000011 1001 0 101 10100 10010011 1111 1001101

Color Harmonies of #BBCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC3

Black with #BBCDC3

Text Example


Text Example

White with #BBCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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