Html Css Color HEX #B4CDC0 Nebula

📋 copy color: '#B4CDC0'

red 180 ◦ green 205 ◦ blue 192

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

Shades of Nebula #B4CDC0

Tints of Nebula #B4CDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 31.2%
G = 35.53%
B = 33.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B4CDC0 (or 0xB4CDC0) is known color: Nebula. HEX triplet: B4, CD and C0. RGB value is (180,205,192). Sum of RGB (Red+Green+Blue) = 180+205+192=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC0 is #4B323F. Grayscale: #C4C4C4. Windows color (decimal): -4928064 or 12635572. OLE color: 12635572.

HSL color Cylindrical-coordinate representation of color #B4CDC0: hue angle of 148.8º degrees, saturation: 0.2, 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 #B4CDC0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 205 192 -
CMYK 0.12 0 0.06 0.20
HSL 148.8º 0.2% 0.75% -
HSV(B) 148.8º 0.12% 0.8% -
XYZ 50.17 57.17 58.26 -
YUV 196.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 180 205 192 0.12 0 0.06 0.20 148.8 0.2 0.75
Hex B4 CD C0 C 0 6 14 95 14 4B
Octal 264 315 300 14 0 6 24 225 24 113
Binary 10110100 11001101 11000000 1100 0 110 10100 10010101 10100 1001011

Color Harmonies of #B4CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDC0

Black with #B4CDC0

Text Example


Text Example

White with #B4CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDC0; }

 p { color: rgb(180,205,192); }

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

background-color css

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

 a { background-color: rgb(180,205,192); }

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

border-color css

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

 span { border-color: rgb(180,205,192); }

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