Html Css Color HEX #BBCDC2 Nebula

📋 copy color: '#BBCDC2'

red 187 ◦ green 205 ◦ blue 194

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

Shades of Nebula #BBCDC2

Tints of Nebula #BBCDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 31.91%
G = 34.98%
B = 33.11%

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

#BBCDC2 (or 0xBBCDC2) is known color: Nebula. HEX triplet: BB, CD and C2. RGB value is (187,205,194). Sum of RGB (Red+Green+Blue) = 187+205+194=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDC2 is #44323D. Grayscale: #C6C6C6. Windows color (decimal): -4469310 or 12766651. OLE color: 12766651.

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

Color convert

RGB 187 205 194 -
CMYK 0.09 0 0.05 0.20
HSL 143.33º 0.15% 0.77% -
HSV(B) 143.33º 0.09% 0.8% -
XYZ 52.06 58.12 59.51 -
YUV 198.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 187 205 194 0.09 0 0.05 0.20 143.33 0.15 0.77
Hex BB CD C2 9 0 5 14 8F F 4D
Octal 273 315 302 11 0 5 24 217 17 115
Binary 10111011 11001101 11000010 1001 0 101 10100 10001111 1111 1001101

Color Harmonies of #BBCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDC2

Black with #BBCDC2

Text Example


Text Example

White with #BBCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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