Html Css Color HEX #BFD2C6 Nebula

📋 copy color: '#BFD2C6'

red 191 ◦ green 210 ◦ blue 198

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

Shades of Nebula #BFD2C6

Tints of Nebula #BFD2C6

RGB

 RED value IS 191 (75% from 255) = 31.89%

 GREEN value IS 210 (82.42% from 255) = 35.06%

 BLUE value IS 198 (77.73% from 255) = 33.06%

R = 31.89%
G = 35.06%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#BFD2C6 (or 0xBFD2C6) is known color: Nebula. HEX triplet: BF, D2 and C6. RGB value is (191,210,198). Sum of RGB (Red+Green+Blue) = 191+210+198=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C6 is #402D39. Grayscale: #CACACA. Windows color (decimal): -4205882 or 13030079. OLE color: 13030079.

HSL color Cylindrical-coordinate representation of color #BFD2C6: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 198 -
CMYK 0.09 0 0.06 0.18
HSL 142.11º 0.17% 0.79% -
HSV(B) 142.11º 0.09% 0.82% -
XYZ 54.73 61.25 62.36 -
YUV 202.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 191 210 198 0.09 0 0.06 0.18 142.11 0.17 0.79
Hex BF D2 C6 9 0 6 12 8E 11 4F
Octal 277 322 306 11 0 6 22 216 21 117
Binary 10111111 11010010 11000110 1001 0 110 10010 10001110 10001 1001111

Color Harmonies of #BFD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2C6

Black with #BFD2C6

Text Example


Text Example

White with #BFD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2C6; }

 p { color: rgb(191,210,198); }

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

background-color css

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

 a { background-color: rgb(191,210,198); }

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

border-color css

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

 span { border-color: rgb(191,210,198); }

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