Html Css Color HEX #B4CDC1 Nebula

📋 copy color: '#B4CDC1'

red 180 ◦ green 205 ◦ blue 193

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

Shades of Nebula #B4CDC1

Tints of Nebula #B4CDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 31.14%
G = 35.47%
B = 33.39%

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

#B4CDC1 (or 0xB4CDC1) is known color: Nebula. HEX triplet: B4, CD and C1. RGB value is (180,205,193). Sum of RGB (Red+Green+Blue) = 180+205+193=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC1 is #4B323E. Grayscale: #C4C4C4. Windows color (decimal): -4928063 or 12701108. OLE color: 12701108.

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

Color convert

RGB 180 205 193 -
CMYK 0.12 0 0.06 0.20
HSL 151.2º 0.2% 0.75% -
HSV(B) 151.2º 0.12% 0.8% -
XYZ 50.28 57.22 58.85 -
YUV 196.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 180 205 193 0.12 0 0.06 0.20 151.2 0.2 0.75
Hex B4 CD C1 C 0 6 14 97 14 4B
Octal 264 315 301 14 0 6 24 227 24 113
Binary 10110100 11001101 11000001 1100 0 110 10100 10010111 10100 1001011

Color Harmonies of #B4CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDC1

Black with #B4CDC1

Text Example


Text Example

White with #B4CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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