Html Css Color HEX #B6CFC1 Nebula

📋 copy color: '#B6CFC1'

red 182 ◦ green 207 ◦ blue 193

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

Shades of Nebula #B6CFC1

Tints of Nebula #B6CFC1

RGB

 RED value IS 182 (71.48% from 255) = 31.27%

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

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

R = 31.27%
G = 35.57%
B = 33.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#B6CFC1 (or 0xB6CFC1) is known color: Nebula. HEX triplet: B6, CF and C1. RGB value is (182,207,193). Sum of RGB (Red+Green+Blue) = 182+207+193=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC1 is #49303E. Grayscale: #C5C5C5. Windows color (decimal): -4796479 or 12701622. OLE color: 12701622.

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

Color convert

RGB 182 207 193 -
CMYK 0.12 0 0.07 0.19
HSL 146.4º 0.21% 0.76% -
HSV(B) 146.4º 0.12% 0.81% -
XYZ 51.23 58.42 59.03 -
YUV 197.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 182 207 193 0.12 0 0.07 0.19 146.4 0.21 0.76
Hex B6 CF C1 C 0 7 13 92 15 4C
Octal 266 317 301 14 0 7 23 222 25 114
Binary 10110110 11001111 11000001 1100 0 111 10011 10010010 10101 1001100

Color Harmonies of #B6CFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFC1

Black with #B6CFC1

Text Example


Text Example

White with #B6CFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFC1; }

 p { color: rgb(182,207,193); }

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

background-color css

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

 a { background-color: rgb(182,207,193); }

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

border-color css

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

 span { border-color: rgb(182,207,193); }

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