Html Css Color HEX #BFCCC5 Nebula

📋 copy color: '#BFCCC5'

red 191 ◦ green 204 ◦ blue 197

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

Shades of Nebula #BFCCC5

Tints of Nebula #BFCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 32.26%
G = 34.46%
B = 33.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#BFCCC5 (or 0xBFCCC5) is known color: Nebula. HEX triplet: BF, CC and C5. RGB value is (191,204,197). Sum of RGB (Red+Green+Blue) = 191+204+197=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC5 is #40333A. Grayscale: #C7C7C7. Windows color (decimal): -4207419 or 12963007. OLE color: 12963007.

HSL color Cylindrical-coordinate representation of color #BFCCC5: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 197 -
CMYK 0.06 0 0.03 0.2
HSL 147.69º 0.11% 0.77% -
HSV(B) 147.69º 0.06% 0.8% -
XYZ 53.16 58.29 61.27 -
YUV 199.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 191 204 197 0.06 0 0.03 0.2 147.69 0.11 0.77
Hex BF CC C5 6 0 3 14 94 B 4D
Octal 277 314 305 6 0 3 24 224 13 115
Binary 10111111 11001100 11000101 110 0 11 10100 10010100 1011 1001101

Color Harmonies of #BFCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCC5

Black with #BFCCC5

Text Example


Text Example

White with #BFCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCC5; }

 p { color: rgb(191,204,197); }

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

background-color css

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

 a { background-color: rgb(191,204,197); }

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

border-color css

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

 span { border-color: rgb(191,204,197); }

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