Html Css Color HEX #B4D0C2 Nebula

📋 copy color: '#B4D0C2'

red 180 ◦ green 208 ◦ blue 194

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

Shades of Nebula #B4D0C2

Tints of Nebula #B4D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 30.93%
G = 35.74%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#B4D0C2 (or 0xB4D0C2) is known color: Nebula. HEX triplet: B4, D0 and C2. RGB value is (180,208,194). Sum of RGB (Red+Green+Blue) = 180+208+194=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0C2 is #4B2F3D. Grayscale: #C6C6C6. Windows color (decimal): -4927294 or 12767412. OLE color: 12767412.

HSL color Cylindrical-coordinate representation of color #B4D0C2: hue angle of 150º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4D0C2 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 194 -
CMYK 0.13 0 0.07 0.18
HSL 150º 0.23% 0.76% -
HSV(B) 150º 0.13% 0.82% -
XYZ 51.12 58.71 59.68 -
YUV 198.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 180 208 194 0.13 0 0.07 0.18 150 0.23 0.76
Hex B4 D0 C2 D 0 7 12 96 17 4C
Octal 264 320 302 15 0 7 22 226 27 114
Binary 10110100 11010000 11000010 1101 0 111 10010 10010110 10111 1001100

Color Harmonies of #B4D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D0C2

Black with #B4D0C2

Text Example


Text Example

White with #B4D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D0C2; }

 p { color: rgb(180,208,194); }

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

background-color css

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

 a { background-color: rgb(180,208,194); }

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

border-color css

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

 span { border-color: rgb(180,208,194); }

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