Html Css Color HEX #BFCDC6 Nebula

📋 copy color: '#BFCDC6'

red 191 ◦ green 205 ◦ blue 198

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

Shades of Nebula #BFCDC6

Tints of Nebula #BFCDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 32.15%
G = 34.51%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BFCDC6 (or 0xBFCDC6) is known color: Nebula. HEX triplet: BF, CD and C6. RGB value is (191,205,198). Sum of RGB (Red+Green+Blue) = 191+205+198=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC6 is #403239. Grayscale: #C8C8C8. Windows color (decimal): -4207162 or 13028799. OLE color: 13028799.

HSL color Cylindrical-coordinate representation of color #BFCDC6: hue angle of 150º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 198 -
CMYK 0.07 0 0.03 0.20
HSL 150º 0.12% 0.78% -
HSV(B) 150º 0.07% 0.8% -
XYZ 53.51 58.82 61.96 -
YUV 200.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 191 205 198 0.07 0 0.03 0.20 150 0.12 0.78
Hex BF CD C6 7 0 3 14 96 C 4E
Octal 277 315 306 7 0 3 24 226 14 116
Binary 10111111 11001101 11000110 111 0 11 10100 10010110 1100 1001110

Color Harmonies of #BFCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDC6

Black with #BFCDC6

Text Example


Text Example

White with #BFCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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