Html Css Color HEX #BFD6C9 Nebula

📋 copy color: '#BFD6C9'

red 191 ◦ green 214 ◦ blue 201

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

Shades of Nebula #BFD6C9

Tints of Nebula #BFD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 31.52%
G = 35.31%
B = 33.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BFD6C9 (or 0xBFD6C9) is known color: Nebula. HEX triplet: BF, D6 and C9. RGB value is (191,214,201). Sum of RGB (Red+Green+Blue) = 191+214+201=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C9 is #402936. Grayscale: #CDCDCD. Windows color (decimal): -4204855 or 13227711. OLE color: 13227711.

HSL color Cylindrical-coordinate representation of color #BFD6C9: hue angle of 146.09º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6C9 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 201 -
CMYK 0.11 0 0.06 0.16
HSL 146.09º 0.22% 0.79% -
HSV(B) 146.09º 0.11% 0.84% -
XYZ 56.08 63.39 64.54 -
YUV 205.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 191 214 201 0.11 0 0.06 0.16 146.09 0.22 0.79
Hex BF D6 C9 B 0 6 10 92 16 4F
Octal 277 326 311 13 0 6 20 222 26 117
Binary 10111111 11010110 11001001 1011 0 110 10000 10010010 10110 1001111

Color Harmonies of #BFD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6C9

Black with #BFD6C9

Text Example


Text Example

White with #BFD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6C9; }

 p { color: rgb(191,214,201); }

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

background-color css

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

 a { background-color: rgb(191,214,201); }

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

border-color css

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

 span { border-color: rgb(191,214,201); }

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