Html Css Color HEX #BBCCC2 Nebula

📋 copy color: '#BBCCC2'

red 187 ◦ green 204 ◦ blue 194

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

Shades of Nebula #BBCCC2

Tints of Nebula #BBCCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

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

R = 31.97%
G = 34.87%
B = 33.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#BBCCC2 (or 0xBBCCC2) is known color: Nebula. HEX triplet: BB, CC and C2. RGB value is (187,204,194). Sum of RGB (Red+Green+Blue) = 187+204+194=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC2 is #44333D. Grayscale: #C5C5C5. Windows color (decimal): -4469566 or 12766395. OLE color: 12766395.

HSL color Cylindrical-coordinate representation of color #BBCCC2: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 194 -
CMYK 0.08 0 0.05 0.2
HSL 144.71º 0.14% 0.77% -
HSV(B) 144.71º 0.08% 0.8% -
XYZ 51.82 57.65 59.43 -
YUV 197.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 187 204 194 0.08 0 0.05 0.2 144.71 0.14 0.77
Hex BB CC C2 8 0 5 14 91 E 4D
Octal 273 314 302 10 0 5 24 221 16 115
Binary 10111011 11001100 11000010 1000 0 101 10100 10010001 1110 1001101

Color Harmonies of #BBCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCC2

Black with #BBCCC2

Text Example


Text Example

White with #BBCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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