Html Css Color HEX #B3CBBC Nebula

📋 copy color: '#B3CBBC'

red 179 ◦ green 203 ◦ blue 188

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

Shades of Nebula #B3CBBC

Tints of Nebula #B3CBBC

RGB

 RED value IS 179 (70.31% from 255) = 31.4%

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 188 (73.83% from 255) = 32.98%

R = 31.4%
G = 35.61%
B = 32.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#B3CBBC (or 0xB3CBBC) is known color: Nebula. HEX triplet: B3, CB and BC. RGB value is (179,203,188). Sum of RGB (Red+Green+Blue) = 179+203+188=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBBC is #4C3443. Grayscale: #C2C2C2. Windows color (decimal): -4994116 or 12372915. OLE color: 12372915.

HSL color Cylindrical-coordinate representation of color #B3CBBC: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CBBC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 203 188 -
CMYK 0.12 0 0.07 0.20
HSL 142.5º 0.19% 0.75% -
HSV(B) 142.5º 0.12% 0.8% -
XYZ 49.02 55.93 55.79 -
YUV 194.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 179 203 188 0.12 0 0.07 0.20 142.5 0.19 0.75
Hex B3 CB BC C 0 7 14 8E 13 4B
Octal 263 313 274 14 0 7 24 216 23 113
Binary 10110011 11001011 10111100 1100 0 111 10100 10001110 10011 1001011

Color Harmonies of #B3CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CBBC

Black with #B3CBBC

Text Example


Text Example

White with #B3CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CBBC; }

 p { color: rgb(179,203,188); }

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

background-color css

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

 a { background-color: rgb(179,203,188); }

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

border-color css

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

 span { border-color: rgb(179,203,188); }

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