Html Css Color HEX #BBD0C2 Nebula

📋 copy color: '#BBD0C2'

red 187 ◦ green 208 ◦ blue 194

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

Shades of Nebula #BBD0C2

Tints of Nebula #BBD0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.31%

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

R = 31.75%
G = 35.31%
B = 32.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#BBD0C2 (or 0xBBD0C2) is known color: Nebula. HEX triplet: BB, D0 and C2. RGB value is (187,208,194). Sum of RGB (Red+Green+Blue) = 187+208+194=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0C2 is #442F3D. Grayscale: #C8C8C8. Windows color (decimal): -4468542 or 12767419. OLE color: 12767419.

HSL color Cylindrical-coordinate representation of color #BBD0C2: hue angle of 140º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0C2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 194 -
CMYK 0.10 0 0.07 0.18
HSL 140º 0.18% 0.77% -
HSV(B) 140º 0.1% 0.82% -
XYZ 52.79 59.57 59.76 -
YUV 200.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 187 208 194 0.10 0 0.07 0.18 140 0.18 0.77
Hex BB D0 C2 A 0 7 12 8C 12 4D
Octal 273 320 302 12 0 7 22 214 22 115
Binary 10111011 11010000 11000010 1010 0 111 10010 10001100 10010 1001101

Color Harmonies of #BBD0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0C2

Black with #BBD0C2

Text Example


Text Example

White with #BBD0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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