Html Css Color HEX #B4CFC2 Nebula

📋 copy color: '#B4CFC2'

red 180 ◦ green 207 ◦ blue 194

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

Shades of Nebula #B4CFC2

Tints of Nebula #B4CFC2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 30.98%
G = 35.63%
B = 33.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B4CFC2 (or 0xB4CFC2) is known color: Nebula. HEX triplet: B4, CF and C2. RGB value is (180,207,194). Sum of RGB (Red+Green+Blue) = 180+207+194=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFC2 is #4B303D. Grayscale: #C5C5C5. Windows color (decimal): -4927550 or 12767156. OLE color: 12767156.

HSL color Cylindrical-coordinate representation of color #B4CFC2: hue angle of 151.11º degrees, saturation: 0.22, 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 #B4CFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 194 -
CMYK 0.13 0 0.06 0.19
HSL 151.11º 0.22% 0.76% -
HSV(B) 151.11º 0.13% 0.81% -
XYZ 50.87 58.22 59.6 -
YUV 197.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 180 207 194 0.13 0 0.06 0.19 151.11 0.22 0.76
Hex B4 CF C2 D 0 6 13 97 16 4C
Octal 264 317 302 15 0 6 23 227 26 114
Binary 10110100 11001111 11000010 1101 0 110 10011 10010111 10110 1001100

Color Harmonies of #B4CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CFC2

Black with #B4CFC2

Text Example


Text Example

White with #B4CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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