Html Css Color HEX #B6CFC3 Nebula

📋 copy color: '#B6CFC3'

red 182 ◦ green 207 ◦ blue 195

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

Shades of Nebula #B6CFC3

Tints of Nebula #B6CFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.39%

R = 31.16%
G = 35.45%
B = 33.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#B6CFC3 (or 0xB6CFC3) is known color: Nebula. HEX triplet: B6, CF and C3. RGB value is (182,207,195). Sum of RGB (Red+Green+Blue) = 182+207+195=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFC3 is #49303C. Grayscale: #C6C6C6. Windows color (decimal): -4796477 or 12832694. OLE color: 12832694.

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

Color convert

RGB 182 207 195 -
CMYK 0.12 0 0.06 0.19
HSL 151.2º 0.21% 0.76% -
HSV(B) 151.2º 0.12% 0.81% -
XYZ 51.45 58.51 60.21 -
YUV 198.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 182 207 195 0.12 0 0.06 0.19 151.2 0.21 0.76
Hex B6 CF C3 C 0 6 13 97 15 4C
Octal 266 317 303 14 0 6 23 227 25 114
Binary 10110110 11001111 11000011 1100 0 110 10011 10010111 10101 1001100

Color Harmonies of #B6CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFC3

Black with #B6CFC3

Text Example


Text Example

White with #B6CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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