Html Css Color HEX #B4CBBB Nebula

📋 copy color: '#B4CBBB'

red 180 ◦ green 203 ◦ blue 187

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

Shades of Nebula #B4CBBB

Tints of Nebula #B4CBBB

RGB

 RED value IS 180 (70.7% from 255) = 31.58%

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

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 31.58%
G = 35.61%
B = 32.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#B4CBBB (or 0xB4CBBB) is known color: Nebula. HEX triplet: B4, CB and BB. RGB value is (180,203,187). Sum of RGB (Red+Green+Blue) = 180+203+187=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBBB is #4B3444. Grayscale: #C2C2C2. Windows color (decimal): -4928581 or 12307380. OLE color: 12307380.

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

Color convert

RGB 180 203 187 -
CMYK 0.11 0 0.08 0.20
HSL 138.26º 0.18% 0.75% -
HSV(B) 138.26º 0.11% 0.8% -
XYZ 49.15 56 55.23 -
YUV 194.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 180 203 187 0.11 0 0.08 0.20 138.26 0.18 0.75
Hex B4 CB BB B 0 8 14 8A 12 4B
Octal 264 313 273 13 0 10 24 212 22 113
Binary 10110100 11001011 10111011 1011 0 1000 10100 10001010 10010 1001011

Color Harmonies of #B4CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBBB

Black with #B4CBBB

Text Example


Text Example

White with #B4CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBBB; }

 p { color: rgb(180,203,187); }

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

background-color css

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

 a { background-color: rgb(180,203,187); }

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

border-color css

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

 span { border-color: rgb(180,203,187); }

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