Html Css Color HEX #B4CEBC Nebula

📋 copy color: '#B4CEBC'

red 180 ◦ green 206 ◦ blue 188

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

Shades of Nebula #B4CEBC

Tints of Nebula #B4CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.89%

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

R = 31.36%
G = 35.89%
B = 32.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#B4CEBC (or 0xB4CEBC) is known color: Nebula. HEX triplet: B4, CE and BC. RGB value is (180,206,188). Sum of RGB (Red+Green+Blue) = 180+206+188=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEBC is #4B3143. Grayscale: #C4C4C4. Windows color (decimal): -4927812 or 12373684. OLE color: 12373684.

HSL color Cylindrical-coordinate representation of color #B4CEBC: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEBC is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 188 -
CMYK 0.13 0 0.09 0.19
HSL 138.46º 0.21% 0.76% -
HSV(B) 138.46º 0.13% 0.81% -
XYZ 49.97 57.48 56.04 -
YUV 196.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 180 206 188 0.13 0 0.09 0.19 138.46 0.21 0.76
Hex B4 CE BC D 0 9 13 8A 15 4C
Octal 264 316 274 15 0 11 23 212 25 114
Binary 10110100 11001110 10111100 1101 0 1001 10011 10001010 10101 1001100

Color Harmonies of #B4CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEBC

Black with #B4CEBC

Text Example


Text Example

White with #B4CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEBC; }

 p { color: rgb(180,206,188); }

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

background-color css

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

 a { background-color: rgb(180,206,188); }

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

border-color css

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

 span { border-color: rgb(180,206,188); }

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